API Reference

Class

EmailStorePstSplitReport

Namespace OfficeIMO.Email.Store
Assembly OfficeIMO.Email
Modifiers sealed

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.

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.