IPWorks Cloud 2020 Python Edition

Questions / Feedback?

bucket_compliance_retention_days Property

Specifies the minimum number of days objects must be retained before they can be deleted.

Syntax

def get_bucket_compliance_retention_days() -> int: ...
def set_bucket_compliance_retention_days(value: int) -> None: ...

bucket_compliance_retention_days = property(get_bucket_compliance_retention_days, set_bucket_compliance_retention_days)

Default Value

-1

Remarks

Specifies the minimum number of days objects must be retained before they can be deleted.

Refer to the update_compliance documentation for more information about compliance.

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