Specifies the time in seconds that a cluster is marked as not available before retrying with a
probe. Other clusters in the pool will be used while the cluster is unavailable. The default
value is 600 (10 minutes).
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property FPPoolClusterNonAvailTime As Nullable(Of Integer) |
| C# |
|---|
Nullable<int> FPPoolClusterNonAvailTime { get; set; } |
| Visual C++ |
|---|
property Nullable<int> FPPoolClusterNonAvailTime { Nullable<int> get (); void set (Nullable<int> value); } |
| JavaScript |
|---|
function get_fpPoolClusterNonAvailTime(); function set_fpPoolClusterNonAvailTime(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: 600
PropertyMaximumInteger32: 36000
PropertyMinimumInteger32: 0
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ