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)

ToggleSyntax

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

ToggleRemarks

ToggleSee Also