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.

Definition

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

Property Value

Int32

Remarks

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

See Also