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.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property FcpPoolIdleTimeoutSeconds As Nullable(Of Integer) |
C# |
---|
Nullable<int> FcpPoolIdleTimeoutSeconds { get; set; } |
C++ |
---|
property Nullable<int> FcpPoolIdleTimeoutSeconds abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_FcpPoolIdleTimeoutSeconds(); /** property */ public void set_FcpPoolIdleTimeoutSeconds(Nullable<int> value); |
JScript |
---|
public function get FcpPoolIdleTimeoutSeconds() : Nullable<int> public function set FcpPoolIdleTimeoutSeconds(value : Nullable<int>); |
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