The maximum number of concurrent connections to Hitachi Content Platform (HCP). Content Engine uses this value to determine the maximum number of HTTP connections it can make to the HCP.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property HcpMaxConnections As Nullable(Of Integer)
C#
Nullable<int> HcpMaxConnections { get; set; }
Visual C++
property Nullable<int> HcpMaxConnections {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_hcpMaxConnections();
function set_hcpMaxConnections(value);

ToggleRemarks

ToggleSee Also