This property is not supported.
Specifies the maximum size to which the internal queue of text indexing preprocessing
work items can grow before attempts to insert new items will block.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Property MaximumPreprocessingQueueSize As Nullable(Of Integer) |
C# |
---|
Nullable<int> MaximumPreprocessingQueueSize { get; set; } |
Visual C++ |
---|
property Nullable<int> MaximumPreprocessingQueueSize {
Nullable<int> get ();
void set (Nullable<int> value);
} |
JavaScript |
---|
function get_maximumPreprocessingQueueSize();
function set_maximumPreprocessingQueueSize(value); |