A periodic prune occurs at maximum-time-to-live half-intervals. For example, if the specified maximum-time-to-live is two weeks, a periodic prune occurs once a week. The purpose of this prune is to ensure that expired files get deleted on a timely basis. A periodic prune is always a full prune. For a definition of full prune and a detailed discussion of pruning, see the PruneAmount property.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property MaximumTimeToLive As Nullable(Of Integer) |
| C# |
|---|
Nullable<int> MaximumTimeToLive { get; set; } |
| Visual C++ |
|---|
property Nullable<int> MaximumTimeToLive { Nullable<int> get (); void set (Nullable<int> value); } |
| JavaScript |
|---|
function get_maximumTimeToLive(); function set_maximumTimeToLive(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 43200
PropertyMaximumInteger32: 60*24*180
PropertyMinimumInteger32: 1
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ