The maximum number of inbound replication worker threads allowed for this server.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property MaxInboundWorkers As Nullable(Of Integer) |
| C# |
|---|
Nullable<int> MaxInboundWorkers { get; set; } |
| Visual C++ |
|---|
property Nullable<int> MaxInboundWorkers { Nullable<int> get (); void set (Nullable<int> value); } |
| JavaScript |
|---|
function get_maxInboundWorkers(); function set_maxInboundWorkers(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 4
PropertyMaximumInteger32: none
PropertyMinimumInteger32: 1
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ