SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

compression_level Property

The compression level to apply to the archived data.

Syntax

def get_compression_level() -> int: ...
def set_compression_level(value: int) -> None: ...

compression_level = property(get_compression_level, set_compression_level)

Default Value

6

Remarks

Use this property to specify the compression level to apply to the archived data.

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