Specifies the time to wait in milliseconds before a failed API function should be retried. If not
specified, an exponential back-off scheme is used where the sleep time increases after each retry,
starting at 1 second and then doubling after each subsequent try.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property FPPoolRetrySleep As Nullable(Of Integer) |
| C# |
|---|
Nullable<int> FPPoolRetrySleep { get; set; } |
| Visual C++ |
|---|
property Nullable<int> FPPoolRetrySleep { Nullable<int> get (); void set (Nullable<int> value); } |
| JavaScript |
|---|
function get_fpPoolRetrySleep(); function set_fpPoolRetrySleep(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: null
PropertyMaximumInteger32: 100000
PropertyMinimumInteger32: 0
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ