The number of times that the queue entry has been deferred for later processing. This count is incremented when the queue sweep handler determines that the entry cannot currently be processed because of a correctable problem. For example, when an advanced storage area is used, a content deletion request is deferred if the content is on a storage device that the Content Platform Engine has determined to be offline.

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).

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

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();

ToggleRemarks

ToggleSee Also