IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

BucketComplianceRetentionDays Property

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

Syntax

ANSI (Cross Platform)
int GetBucketComplianceRetentionDays();
int SetBucketComplianceRetentionDays(int iBucketComplianceRetentionDays); Unicode (Windows) INT GetBucketComplianceRetentionDays();
INT SetBucketComplianceRetentionDays(INT iBucketComplianceRetentionDays);
@property (nonatomic,readwrite,assign,getter=bucketComplianceRetentionDays,setter=setBucketComplianceRetentionDays:) int bucketComplianceRetentionDays;
- (int)bucketComplianceRetentionDays;
- (void)setBucketComplianceRetentionDays:(int)newBucketComplianceRetentionDays;
#define PID_WASABI_BUCKETCOMPLIANCERETENTIONDAYS 8

IPWORKSCLOUD_EXTERNAL void* IPWORKSCLOUD_CALL IPWorksCloud_Wasabi_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSCLOUD_EXTERNAL int IPWORKSCLOUD_CALL IPWorksCloud_Wasabi_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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.

This property is not available at design time.

Data Type

Integer

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