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)

ToggleSyntax

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);

ToggleRemarks

ToggleSee Also