IPWorks Cloud 2020 Python Edition

Questions / Feedback?

start_byte Property

The byte offset from which to start downloading a file.

Syntax

def get_start_byte() -> int: ...
def set_start_byte(value: int) -> None: ...

start_byte = property(get_start_byte, set_start_byte)

Default Value

0

Remarks

This property specifies an offset (in bytes) from which to start reading a file when download_file is called. It can be used in tandem with read_bytes to specify a specific range of the file to download.

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