Specifies the maximum number of dispatchers that can run simultaneously.
Namespace:
FileNet.Api.AdminFor the PublishingConfiguration object, this property specifies the maximum number of publish request handler instances.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property QueueItemMaxDispatchers As Nullable(Of Integer) |
C# |
---|
Nullable<int> QueueItemMaxDispatchers { get; set; } |
Visual C++ |
---|
property Nullable<int> QueueItemMaxDispatchers { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_queueItemMaxDispatchers(); function set_queueItemMaxDispatchers(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 2
PropertyMaximumInteger32: 1000000
PropertyMinimumInteger32: 1
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ