API Reference
Class
EmailStorePstSplitReport
Aggregate verified query/size-based PST split result.
Inheritance
- Object
- EmailStorePstSplitReport
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public EmailStorePstSplitPlan Plan { get; } #Executed dry-run plan.
public IReadOnlyList<EmailStorePstSplitPartReport> Parts { get; } #Committed verified parts.
public IReadOnlyList<EmailStoreDiagnostic> Diagnostics { get; } #Aggregate commit and fidelity diagnostics.
public Int32 WrittenItems { get; } #Total committed items.
public Int64 BytesWritten { get; } #Total committed output bytes.
public Boolean IsSuccessful { get; } #True when every planned part was committed and semantically verified.