Attention: Do not change the value of this property without guidance from a support representative. Doing so might adversely affect system performance.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
The maximum interval, in seconds, allowed a worker to process a batch before the assignment of the batch to another worker. This interval ensures that any abnormal termination of the worker previously assigned to the batch does not prevent batch completion.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property LeaseDuration As Nullable(Of Integer) |
C# |
---|
Nullable<int> LeaseDuration { get; set; } |
C++ |
---|
property Nullable<int> LeaseDuration abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_LeaseDuration(); /** property */ public void set_LeaseDuration(Nullable<int> value); |
JScript |
---|
public function get LeaseDuration() : Nullable<int> public function set LeaseDuration(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: 300
PropertyMaximumInteger32: 3600
PropertyMinimumInteger32: 30
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ