IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

ObjectComplianceRetentionTime Property

The retention time for a specific object.

Object Oriented Interface

public function getObjectComplianceRetentionTime();
public function setObjectComplianceRetentionTime($value);

Procedural Interface

ipworkscloud_wasabi_get($res, 35 );
ipworkscloud_wasabi_set($res, 35, $value );

Default Value

''

Remarks

The retention time for a specific object.

An object's individual retention time is an ISO 8601 date-time before which the object cannot be deleted. The retention time of an object is initially set based on the value of RetentionDays setting of the bucket it resides in. Objects can have their retention time extended, but not reduced.

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 PHP Edition - Version 20.0 [Build 8265]