Indicates the number of seconds the audit disposition thread waits to check if an unexpired timeslot exists to begin the disposition process.
The minimum value is 10 seconds. The default value is 30 seconds.
Namespace:
FileNet.Api.AdminAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property AuditDispositionWaitInterval As Nullable(Of Integer) |
C# |
---|
Nullable<int> AuditDispositionWaitInterval { get; set; } |
Visual C++ |
---|
property Nullable<int> AuditDispositionWaitInterval { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_auditDispositionWaitInterval(); function set_auditDispositionWaitInterval(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: 30
PropertyMaximumInteger32: none
PropertyMinimumInteger32: 10
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ