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.AdminAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultInteger32: 200
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ