Click or drag to resize

DocumentTaskSettingsProcessingTaskType Property

Processing type. Determines if we are processing a document set, a single archive (or a multi-part archive), or a single mail store.

Namespace: OpenDiscoverSDK.Interfaces.Platform.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public ProcessingType ProcessingTaskType { get; set; }

Property Value

ProcessingType
Remarks
By processing an archive (or a multi-part archive) or mail store as a single task, this allows us to optionally partition very "large" archives and mail stores into several tasks (see property IsPartitioned).
See Also