DocumentTaskEngineLargeDocumentQueueCount Property

If a task is running, returns the current number of "large" documents that require special processing that are waiting to be processed. "Large" documents are defined by LargeDocumentCritera.

Definition

Namespace: OpenDiscoverSDK.Platform
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public int LargeDocumentQueueCount { get; }

Property Value

Int32

See Also