Batch selection size used when updating expired requests. An item in the Content Queue is said to expire when its LeaseDuration has been exceeded. Expired items must be updated so they can be retried. Expired queue items are updated in batches, the size of which is dependent on the value of this property.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property ExpiredBatchSelectionSize As Nullable(Of Integer)
C#
Nullable<int> ExpiredBatchSelectionSize { get; set; }
Visual C++
property Nullable<int> ExpiredBatchSelectionSize {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_expiredBatchSelectionSize();
function set_expiredBatchSelectionSize(value);

ToggleRemarks

ToggleSee Also