IndexingContextQueue QueueMaxSizeBytes Property Ankiro Enterprise Suite Reference Documentation
Optionally controls the maximum number of indexing commands to accept in the queue before beginning a synchronization block. If QueueMaxSizeBytes is defined, calls to Enqueue will block, if the combined size of queued indexing commands exceeds QueueMaxSizeBytes.

Namespace: Ankiro.SearchServer.Data.IndexingContext
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax

public Nullable<int> QueueMaxSizeBytes { get; set; }

Property Value

Type: Nullable Int32 
See Also