IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

BucketComplianceDeleteAfterRetention Property

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

Syntax

ANSI (Cross Platform)
char* GetBucketComplianceDeleteAfterRetention();
int SetBucketComplianceDeleteAfterRetention(const char* lpszBucketComplianceDeleteAfterRetention); Unicode (Windows) LPWSTR GetBucketComplianceDeleteAfterRetention();
INT SetBucketComplianceDeleteAfterRetention(LPCWSTR lpszBucketComplianceDeleteAfterRetention);
@property (nonatomic,readwrite,assign,getter=bucketComplianceDeleteAfterRetention,setter=setBucketComplianceDeleteAfterRetention:) NSString* bucketComplianceDeleteAfterRetention;
- (NSString*)bucketComplianceDeleteAfterRetention;
- (void)setBucketComplianceDeleteAfterRetention:(NSString*)newBucketComplianceDeleteAfterRetention;
#define PID_WASABI_BUCKETCOMPLIANCEDELETEAFTERRETENTION 5

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

""

Remarks

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

Refer to the UpdateCompliance documentation for more information about compliance.

This property is not available at design time.

Data Type

String

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