Maximum [un-dispatched] requests allowed in the in-memory queue (to avoid throwing away batches
that expire while held in-memory, this number is kept very low by default, but can be increased
under certain circumstances, like content migration to a slow device). Note that this limit is not
evaluated until there are at least three in-memory pending batches.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property MaxInMemoryQueueItems As Nullable(Of Integer) |
| C# |
|---|
Nullable<int> MaxInMemoryQueueItems { get; set; } |
| Visual C++ |
|---|
property Nullable<int> MaxInMemoryQueueItems { Nullable<int> get (); void set (Nullable<int> value); } |
| JavaScript |
|---|
function get_maxInMemoryQueueItems(); function set_maxInMemoryQueueItems(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: 3
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ