The maximum interval, in seconds, allowed for a worker to process a batch before the batch is assigned to another worker. Used for multi-server coordination, this interval ensures that any abnormal termination of the worker previously assigned to the batch does not prevent batch completion.
For IVerityServerConfiguration, this property is deprecated.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property LeaseDuration As Nullable(Of Integer) |
C# |
---|
Nullable<int> LeaseDuration { get; set; } |
Visual C++ |
---|
property Nullable<int> LeaseDuration { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_leaseDuration(); function set_leaseDuration(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: 300
PropertyMaximumInteger32: 3600
PropertyMinimumInteger32: 30
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ