Specifies the maximum size to which the internal queue of content conversion work items can grow before attempts to insert new items will block.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property MaximumConversionQueueSize As Nullable(Of Integer) |
| C# |
|---|
Nullable<int> MaximumConversionQueueSize { get; set; } |
| Visual C++ |
|---|
property Nullable<int> MaximumConversionQueueSize { Nullable<int> get (); void set (Nullable<int> value); } |
| JavaScript |
|---|
function get_maximumConversionQueueSize(); function set_maximumConversionQueueSize(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: 1000
PropertyMaximumInteger32: none
PropertyMinimumInteger32: 1
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ