Click or drag to resize

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.

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

Property Value

Int32
See Also