The maximum number of documents placed into a batch.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property DocumentsPerBatch As Nullable(Of Integer) |
C# |
---|
Nullable<int> DocumentsPerBatch { get; set; } |
C++ |
---|
property Nullable<int> DocumentsPerBatch abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_DocumentsPerBatch(); /** property */ public void set_DocumentsPerBatch(Nullable<int> value); |
JScript |
---|
public function get DocumentsPerBatch() : Nullable<int> public function set DocumentsPerBatch(value : Nullable<int>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 10
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ