The deferred count is separate from the failure count, and does not affect the maximum failures. A deferral is an expected problem that is correctable, whereas a failure is an unexpected problem.
Deferred items are scheduled for retry in 5 minutes (specifically, the HeldUntilDate property is set to the current time plus 5 minutes).
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property DeferralCount As Nullable(Of Integer) |
C# |
---|
Nullable<int> DeferralCount { get; } |
Visual C++ |
---|
property Nullable<int> DeferralCount { Nullable<int> get (); } |
JavaScript |
---|
function get_deferralCount(); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 0
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ