IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

bucketComplianceRetentionDays (property)

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

Syntax

@property (nonatomic,readwrite,assign,getter=bucketComplianceRetentionDays,setter=setBucketComplianceRetentionDays:) int bucketComplianceRetentionDays;
- (int)bucketComplianceRetentionDays;
- (void)setBucketComplianceRetentionDays:(int)newBucketComplianceRetentionDays;
public var bucketComplianceRetentionDays: Int32 {
  get {...}
set {...} }

Default Value

-1

Remarks

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

Refer to the UpdateCompliance documentation for more information about compliance.

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