The number of candidate objects that will be passed to the sweep handler in a single batch.
Namespace:
FileNet.Api.Sweep
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property SweepBatchSize As Nullable(Of Integer) |
| C# |
|---|
Nullable<int> SweepBatchSize { get; set; } |
| Visual C++ |
|---|
property Nullable<int> SweepBatchSize { Nullable<int> get (); void set (Nullable<int> value); } |
| JavaScript |
|---|
function get_sweepBatchSize(); function set_sweepBatchSize(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 2000
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ