The maximum number of seconds to wait for a connection once the limit specified
by the FcpPoolMaxInUse 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.AdminAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property FcpPoolMaxWaitSeconds As Nullable(Of Integer) |
C# |
---|
Nullable<int> FcpPoolMaxWaitSeconds { get; set; } |
Visual C++ |
---|
property Nullable<int> FcpPoolMaxWaitSeconds { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_fcpPoolMaxWaitSeconds(); function set_fcpPoolMaxWaitSeconds(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: 5
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ