Specifies the number of times an operation will be retried before failure is reported. The default
value is 6. If the first execution of the function fails, the system will retry the function 6 more
times (for a total of 7 tries).
Namespace:
FileNet.Api.AdminAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property FPPoolRetryCount As Nullable(Of Integer) |
C# |
---|
Nullable<int> FPPoolRetryCount { get; set; } |
Visual C++ |
---|
property Nullable<int> FPPoolRetryCount { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_fpPoolRetryCount(); function set_fpPoolRetryCount(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: true
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 6
PropertyMaximumInteger32: 99
PropertyMinimumInteger32: 0
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ