Specifies the type of retention scheme for a management class: chronological or event. The setting of this property determines how the retention periods specified by the TSMRetentionPeriod and TSMMinimumRetention properties will be interpreted.

This property can have one of the following values:

  • 0: Specifies a chronological retention scheme. The retention period is determined by the value of the TSMRetentionPeriod property. After a document is checked in for the first time, the retention period is initiated and a hold is place on the document to prevent deletion in the IBM Tivoli Storage Manager archive until after the retention period has expired.
  • 1: Specifies an event retention scheme. The retention period is determined by the value of the TSMMinimumRetention property. In this type of retention scheme, you must set the TSMRetentionPeriod property to 0. The retention period is initiated after an object has been deleted from an object store.

Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property TSMRetentionInitiation As Nullable(Of Integer)
C#
Nullable<int> TSMRetentionInitiation { get; }
C++
property Nullable<int> TSMRetentionInitiation abstract  {
    Nullable<int> get();
}
J#
/** property */
public Nullable<int> get_TSMRetentionInitiation();
JScript
public function get TSMRetentionInitiation() : Nullable<int>

Remarks

See Also