If a retryable exception occurs during the processing of a sweep batch, the minimum number of seconds to wait before
reattempting the batch.
Namespace:
FileNet.Api.Sweep
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property SweepRetryWaitInterval As Nullable(Of Integer) |
| C# |
|---|
Nullable<int> SweepRetryWaitInterval { get; set; } |
| Visual C++ |
|---|
property Nullable<int> SweepRetryWaitInterval { Nullable<int> get (); void set (Nullable<int> value); } |
| JavaScript |
|---|
function get_sweepRetryWaitInterval(); function set_sweepRetryWaitInterval(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 30
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ