IPWorks Cloud 2020 Python Edition

Questions / Feedback?

read_bytes Property

The number of bytes to read when downloading a file.

Syntax

def get_read_bytes() -> int: ...
def set_read_bytes(value: int) -> None: ...

read_bytes = property(get_read_bytes, set_read_bytes)

Default Value

-1

Remarks

This property specifies how many bytes should be read when download_file is called. It can be used in tandem with start_byte to specify a specific range of the file to download.

If set to -1 (default), there is no limit on how many bytes will be read.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Python Edition - Version 20.0 [Build 8265]