The time to live for a content ID batch, in seconds.
When an advanced storage area generates an in-memory batch of content IDs,
it sets the expiration time of the batch, which exists as a queue item
in the abandoned content backout queue.
A batch of content IDs will be used for uploading content up until the
expiration time of the batch, at which point a new batch of content IDs will be generated.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property CmContentIdBatchTTL As Nullable(Of Integer) |
| C# |
|---|
Nullable<int> CmContentIdBatchTTL { get; set; } |
| Visual C++ |
|---|
property Nullable<int> CmContentIdBatchTTL { Nullable<int> get (); void set (Nullable<int> value); } |
| JavaScript |
|---|
function get_cmContentIdBatchTTL(); function set_cmContentIdBatchTTL(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 900
PropertyMaximumInteger32: none
PropertyMinimumInteger32: 1
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ