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.
Namespace: OpenDiscoverSDK.Interfaces.Platform.SettingsAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[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