API Reference
Class
EmailStorePstSplitPlanPart
One deterministic output partition in a dry-run PST split plan.
Inheritance
- Object
- EmailStorePstSplitPlanPart
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EmailStorePstSplitPartReport.Plan
- Property EmailStorePstSplitPlan.Parts
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 Number { get; } #One-based part number.
public String DestinationPath { get; } #Absolute final destination path.
public IReadOnlyList<EmailStoreItemReference> Items { get; } #Ordered source references selected for this part.
public Int64 EstimatedBytes { get; } #Declared/unknown item estimates plus configured per-item overhead.
public Int64 EstimatedTargetBytes { get; } #Configured estimated partition target used for this part.
public Boolean ContainsOversizedItem { get; } #Whether one item alone exceeded the configured estimated part target.