The maximum number of seconds to wait for a connection once the limit specified by the
property has been reached. If a connection from the fixed content device provider pool does become available before this wait time expires, the request is allowed to proceed.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property FcpPoolMaxWaitSeconds As Nullable(Of Integer) |
C# |
---|
Nullable<int> FcpPoolMaxWaitSeconds { get; set; } |
C++ |
---|
property Nullable<int> FcpPoolMaxWaitSeconds abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_FcpPoolMaxWaitSeconds(); /** property */ public void set_FcpPoolMaxWaitSeconds(Nullable<int> value); |
JScript |
---|
public function get FcpPoolMaxWaitSeconds() : Nullable<int> public function set FcpPoolMaxWaitSeconds(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: 5
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ