Document Task SettingsProcessing Task Type Property
Processing type. Determines if we are processing a document set, a single archive (or a multi-part archive), or a single mail store.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Platform.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public ProcessingType ProcessingTaskType { get; set; }Property Value
ProcessingTypeRemarks
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).