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.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property FPPoolMaxConnections As Nullable(Of Integer) |
C# |
---|
Nullable<int> FPPoolMaxConnections { get; set; } |
C++ |
---|
property Nullable<int> FPPoolMaxConnections abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_FPPoolMaxConnections(); /** property */ public void set_FPPoolMaxConnections(Nullable<int> value); |
JScript |
---|
public function get FPPoolMaxConnections() : Nullable<int> public function set FPPoolMaxConnections(value : Nullable<int>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: true
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 100
PropertyMaximumInteger32: 999
PropertyMinimumInteger32: 0
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ