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)
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); |