IPWorks Cloud 2020 Python Edition

Questions / Feedback?

bucket_compliance_delete_after_retention Property

Whether or not objects should be deleted immediately once their retention period expires.

Syntax

def get_bucket_compliance_delete_after_retention() -> str: ...
def set_bucket_compliance_delete_after_retention(value: str) -> None: ...

bucket_compliance_delete_after_retention = property(get_bucket_compliance_delete_after_retention, set_bucket_compliance_delete_after_retention)

Default Value

""

Remarks

Whether or not objects should be deleted immediately once their retention period expires.

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]