DocumentTaskSettingsIsPartitioned Property

True if this task is to process a partition (subset) of items in a single archive or single mail store; otherwise, if false, this task is to process all the archive or mail store container items. This property is ignored if ProcessingTaskType property is set to DocumentSet. See remarks.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Platform.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public bool IsPartitioned { get; set; }

Property Value

Boolean

Remarks

This property is ignored if ProcessingTaskType property is set to DocumentSet.

Archive and mail store containers can potentially have many tens of 1000's of items. For these 'large' containers it may be best to break up the content processing into subsets (partitions) of items to allow for distribution of processing.

See Also