SecureBlackbox 2020 Python Edition

Questions / Feedback?

metadata_flush_timeout Property

Specifies metadata flush timeout.

Syntax

def get_metadata_flush_timeout() -> int: ...
def set_metadata_flush_timeout(value: int) -> None: ...

metadata_flush_timeout = property(get_metadata_flush_timeout, set_metadata_flush_timeout)

Default Value

600

Remarks

Use this property to specify metadata flush timeout in seconds.

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