Specifies the maximum number of sockets that will be allocated. (Sockets are used to communicate with the
Centera clusters managed in each pool object.) The default value is 100.
Namespace:
FileNet.Api.AdminAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property FPPoolMaxConnections As Nullable(Of Integer) |
C# |
---|
Nullable<int> FPPoolMaxConnections { get; set; } |
Visual C++ |
---|
property Nullable<int> FPPoolMaxConnections { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_fpPoolMaxConnections(); function set_fpPoolMaxConnections(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: 30
PropertyMaximumInteger32: 999
PropertyMinimumInteger32: 0
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ