The size of batches of content IDs allocated for upload.
As part of the process of uploading and committing content to storage devices,
an advanced storage area generates in-memory batches of content IDs,
and stores the batch as an entry in the abandoned content backout queue.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property CmContentIdBatchSize As Nullable(Of Integer) |
| C# |
|---|
Nullable<int> CmContentIdBatchSize { get; set; } |
| Visual C++ |
|---|
property Nullable<int> CmContentIdBatchSize { Nullable<int> get (); void set (Nullable<int> value); } |
| JavaScript |
|---|
function get_cmContentIdBatchSize(); function set_cmContentIdBatchSize(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: 200
PropertyMaximumInteger32: 40000
PropertyMinimumInteger32: 1
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ