SecureBlackbox 2020 Python Edition

Questions / Feedback?

upload_block_size Property

The upload block size in bytes.

Syntax

def get_upload_block_size() -> int: ...
def set_upload_block_size(value: int) -> None: ...

upload_block_size = property(get_upload_block_size, set_upload_block_size)

Default Value

32256

Remarks

Use this property to manually control the size of upload blocks. Typically you will only need to adjust this property if the default transfer settings (auto_adjust_transfer_block) don't work.

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