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)
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); |