Retention periods are assigned in the C-Clip for the object by the CAS application.
For example, if a financial document must be retained for three years from its creation date, then aNote: The Centera concept of retention classes maps to retention policies in ECS, this
documentation uses retention policies.
When a retention policy is applied to several C-Clips, by changing the policy. The retention
period changes for all objects to which the policy applies.
ECS bucket-level retention and CAS
Bucket-level retention is not the default pool retention in Centera. In ECS, CAS default retention isDefault retention period in objects written without object-level retention in Compliance
namespaces.
CAS precedence
When multiple retention periods are applied to a CAS object in ECS, the retention period with theHow to apply CAS retention
You can define retention polices for namespaces in the ECS Portal or with the ECS Management
API. See Set up namespace retention policies.
Your external CAS application can assign a fixed retention period or a retention policy to the C-Clip
during its creation.
When applying retention periods through APIs, specify the period in seconds.
Note: ECS CAS takes the creation time of the C-Clip for all retention-related calculations and
How to create retention policies with the ECS Management API.
You can create retention periods and policies using the ECS, a summary of which is provided
below.
Method | Description |
---|---|
PUT /object/bucket/{bucketName}/retention | The retention value for a bucket defines a mandatory retention period which is applied to every object within a bucket. If you set a retention period of 1 year, an object from the bucket cannot be deleted for one year. |
GET /object/bucket/{bucketName}/retention | Returns the retention period that is currently set for a specified bucket. |
POST /object/namespaces/namespace/{namespace}/ retention |
For namespaces, the retention setting acts like a policy, where each policy is a <Name>:<Retention period> pair. You can define several retention policies for a namespace and you can assign a policy, by name, to an object within the namespace. This allows you to change the retention period of a set of objects that have the same policy assigned by changing the corresponding policy. |
PUT /object/namespaces/namespace/{namespace}/ retention/{class} |
Updates the period for a retention period that is associated with a namespace. |
GET /object/namespaces/namespace/{namespace}/ retention |
Returns the retention policy defined for a namespace. |
You can find more information about the ECS Management API in ECS Management REST API
introduction at ECS Data Access Guide. The online reference is here: ECS API Reference.
Describes advanced retention features available in the CAS API that are supported by ECS.
Customer applications use the CAS API to enable retention strategies. When CAS workloads areMin/max governor for CAS bucket-level retention
From the ECS Portal, locate a CAS bucket and select Edit. All the features shown on the screen
The CAS bucket retention features are explained in the following table.
Feature | Description |
---|---|
Enforce Retention | If this feature is turned on, no CAS object can be created without retention information (period or policy.) An attempt to save such an object returns an error. If it is turned on, it is possible not to configure Bucket Retention Period even in a compliance-enabled environment. Note: When a CE+ mode Centera is migrated to ECS, Enforce Retention is turned on by default on the bucket. |
Bucket Retention Period |
If a bucket retention period is specified, then the longer period is enforced if there is both a bucket-level and an object-level retention period. In a Compliance-enabled environment Bucket Retention Period is mandatory unless retention information in the object is enforced. However, once configured the Bucket Retention Period cannot be reset even when retention information in the object is enforced. |
Minimum Fixed Retention Period |
This feature governs the retention periods specified in objects. If an object's retention period is outside of the bounds specified here, then an attempt to write the object fails. Using retention policies, the min/max settings are not enforced. Selecting Infinite for Minimum Fixed Retention Period means that all retention values must be infinite. Selecting if for Maximum Fixed Retention Period means that there is no maximum limit. Min/max retention constrains are applied to any C-Clip written to a bucket. If a clip is migrated by any SDK-based third-party tool that the retention should be within bounds, otherwise an error is thrown. |
Maximum Fixed Retention Period |
|
Minimum Variable Retention Period |
This feature governs variable retention periods specified in objects using event-based. retention (EBR). In EBR, a base retention period is set and the programmed trigger function has the ability to increase the retention period when the trigger fires. If an object's new retention period is outside of the bounds specified here, then an attempt to write the object in response to the trigger fails. When using retention policies, the min/max settings are not enforced. Selecting Infinite for Minimum Variable Retention Period means all retention values must be infinite. Selecting if for Maximum Variable Retention Period means there is no maximum limit. Min/max retention constrains are applied to any C-Clip written to a bucket. If a clip is migrated by any SDK-based third-party tool, the retention should be within bounds, otherwise an error is thrown. |
Maximum Variable Retention Period |
Note: If the System Administrator or programmer has not set any values for the fixed and
variable retention periods, the ECS Management API get function will not return values for
the min/max settings. The Enforce Retention Information in C-Clip will return a default
value of false.
Event-based retention
Event-based retention (EBR) is an instruction specifying that a record cannot be deleted before anWhen using EBR, the C-Clip life-cycle is as follows:
For noncompliant namespaces, privileged delete commands can override fixed and variable
retention for EBR.
When applying EBR retention, it must comply with the Min/Max Governor settings for the variable
retention period.
Function | Description |
FPClip_EnableEBRWithClass | This function sets a C-Clip to be eligible to receive a future event and enables an event-based retention (EBR) class to be assigned to the CClip during C-Clip creation time. |
FPClip_EnableEBRWithPeriod | This function sets a C-Clip to be eligible to receive a future event and enables an event-based retention (EBR) period to be assigned to the C-Clip during C-Clip creation time. |
FPClip_IsEBREnabled | This function returns a Boolean value to indicate whether or not a CClip is enabled for event-based retention (EBR). |
FPClip_GetEBRClassName | This function retrieves the name of the event-based retention (EBR). policy assigned to the C-Clip. |
FPClip_GetEBREventTime | This function returns the event time set on a C-Clip when the event based retention (EBR) event for that C-Clip was triggered. |
FPClip_GetEBRPeriod | This function returns the value (in seconds) of the event-based retention (EBR) period associated with a C-Clip. |
FPClip_TriggerEBREvent | This function triggers the event of a C-Clip for which event based retention (EBR) was enabled. |
FPClip_TriggerEBREventWithClass | This function triggers the event of a C-Clip for which event based retention (EBR) was enabled and assigns a new EBR policy to the CClip. |
FPClip_TriggerEBREventWithPeriod | This function triggers the event of a C-Clip for which event based retention (EBR) was enabled and assigns a new EBR period to the CClip. |
Litigation hold
Litigation hold allows CAS applications to temporarily prevent deletion of a C-Clip. Litigation hold isNote: Even a privileged delete cannot delete a C-Clip under litigation hold.
One C-Clip can be under several litigation holds. The application must generate unique litigationWhen using litigation hold, the C-Clip life-cycle is as follows:
The following figure shows the three possible scenarios for a C-Clip put under litigation hold:
Note: The maximum size of litigation hold ID is 64 characters. The maximum litigation hold IDs
per C-Clip is 100. These limitations are enforced by the CAS API.
The table shows the CAS API functions for litigation hold
Function | Description |
---|---|
FPClip_GetRetentionHold | This function determines the hold state of the C-Clip and returns true or false. |
FPClip_SetRetentionHold | This function sets or resets a retention hold on a C-Clip. For multiple litigation holds, provide a unique litigation hold ID for each hold. For multiple holds, make one call per ID. |