IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

bucketComplianceDeleteAfterRetention (property)

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

Syntax

@property (nonatomic,readwrite,assign,getter=bucketComplianceDeleteAfterRetention,setter=setBucketComplianceDeleteAfterRetention:) NSString* bucketComplianceDeleteAfterRetention;
- (NSString*)bucketComplianceDeleteAfterRetention;
- (void)setBucketComplianceDeleteAfterRetention:(NSString*)newBucketComplianceDeleteAfterRetention;
public var bucketComplianceDeleteAfterRetention: String {
  get {...}
set {...} }

Default Value

""

Remarks

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

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]