Click or drag to resize

DocumentTaskSettingsTotalPartitions Property

The total number of processing partition tasks to partition an archive or mail store. This property must be set if property IsPartitioned is set to true and must be greater than or equal to 2.

Namespace: OpenDiscoverSDK.Interfaces.Platform.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.6.0 (2025.4.6)
Syntax
C#
[DataMemberAttribute]
public int TotalPartitions { get; set; }

Property Value

Int32
Remarks
This property is ignored if ProcessingTaskType property is set to DocumentSet.
See Also