The number of seconds an idle connection can remain in the fixed content device
provider pool before being eligible to be closed and removed from the pool. An idle
connection will be closed when the next operation to the same fixed content device
is performed after this idle period.
Namespace:
FileNet.Api.AdminAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property FcpPoolIdleTimeoutSeconds As Nullable(Of Integer) |
C# |
---|
Nullable<int> FcpPoolIdleTimeoutSeconds { get; set; } |
Visual C++ |
---|
property Nullable<int> FcpPoolIdleTimeoutSeconds { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_fcpPoolIdleTimeoutSeconds(); function set_fcpPoolIdleTimeoutSeconds(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 600
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ