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<intvalue);
}
J#
/** property */
public Nullable<int> get_FPPoolMaxConnections();

/** property */
public void set_FPPoolMaxConnections(Nullable<intvalue);
JScript
public function get FPPoolMaxConnections() : Nullable<int>

public function set FPPoolMaxConnections(value : Nullable<int>);

Remarks

See Also