Maximum number of concurrent connections to the fixed content device.
This value is used by the HTTP connection pool used by Content Platform Engine
to communicate with the device.
Namespace:
FileNet.Api.AdminAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property HttpMaxConnections As Nullable(Of Integer) |
C# |
---|
Nullable<int> HttpMaxConnections { get; set; } |
Visual C++ |
---|
property Nullable<int> HttpMaxConnections { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_httpMaxConnections(); function set_httpMaxConnections(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultInteger32: 200
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ