API Reference
Class
EmailStorePstSplitPartReport
Verified outcome for one committed PST split part.
Inheritance
- Object
- EmailStorePstSplitPartReport
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 EmailStorePstSplitReport.Parts
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public EmailStorePstSplitPlanPart Plan { get; } #Dry-run partition that produced this part.
public EmailStorePstWriteReport WriteReport { get; } #Committed PST writer report.
public EmailStorePstVerificationReport Verification { get; } #Mandatory reopen-and-semantic-compare verification.
public Int32 SkippedItems { get; } #Selected items skipped under explicit continuation policy.
public IReadOnlyList<EmailStoreDiagnostic> Diagnostics { get; } #Part-specific preservation and verification diagnostics.
public Int64 EstimateDeltaBytes { get; } #Final bytes minus the dry-run estimate. Positive means the final PST was larger.
public Boolean ExceededEstimatedTarget { get; } #Whether the final PST exceeded the configured estimated partition target.
public Boolean IsVerified { get; } #Whether every written item was reopened and matched.