Specifies the number of remaining attempts to process the queue item. When the retry count reaches 0 for
a queue item, the item is considered "dead" and no further retries are attempted. If you want to
retry a "dead" queue item, reset the retry count from 0 to a positive number. The range of valid values
is 0 to 16.
Namespace:
FileNet.Api.ReplicationAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property RetryCount As Nullable(Of Integer) |
C# |
---|
Nullable<int> RetryCount { get; set; } |
Visual C++ |
---|
property Nullable<int> RetryCount { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_retryCount(); function set_retryCount(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 0
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ