SecureBlackbox 2020 Python Edition

Questions / Feedback?

restart_at Property

The offset to restart the file transfer from.

Syntax

def get_restart_at() -> int: ...
def set_restart_at(value: int) -> None: ...

restart_at = property(get_restart_at, set_restart_at)

Default Value

-1

Remarks

If non-zero, tells the component to restart the file transfer operation at the specified position, rather than transfer the file in full.

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