Specifies the time in milliseconds that an Import Agent waits between batches when processing batch requests.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property BatchDelay As Nullable(Of Integer) |
C# |
---|
Nullable<int> BatchDelay { get; set; } |
C++ |
---|
property Nullable<int> BatchDelay abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_BatchDelay(); /** property */ public void set_BatchDelay(Nullable<int> value); |
JScript |
---|
public function get BatchDelay() : Nullable<int> public function set BatchDelay(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: 1000
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ