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.AdminAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 512
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ