Click or drag to resize

DocumentTaskSettingsPartitionTarget Property

The archive or mail store partition to process out of the TotalPartitions container partitions.

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 PartitionTarget { get; set; }

Property Value

Int32
Remarks

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

Valid values for this property are in the range: 1 - TotalPartitions

See Also