The maximum number of objects that can be submitted in a single batch for indexing.
Normally, the default value should be used.
However, for the best performance in your environment, you might need to adjust the
value of this parameter based on your hardware configuration, file system versus
database storage, and average document size.
Namespace:
FileNet.Api.AdminFor IVerityServerConfiguration, this property is deprecated.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property MaxBatchSize As Nullable(Of Integer) |
C# |
---|
Nullable<int> MaxBatchSize { get; set; } |
Visual C++ |
---|
property Nullable<int> MaxBatchSize { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_maxBatchSize(); function set_maxBatchSize(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: 1000
PropertyMaximumInteger32: 65535
PropertyMinimumInteger32: 1
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ