API Reference
Class
EmailStorePstCompactionReport
Verified PST rewrite-compaction outcome.
Inheritance
- Object
- EmailStorePstCompactionReport
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 EmailStorePstCompactionPlan Plan { get; } #Pre-write selection and capacity plan.
public EmailStorePstConversionReport Conversion { get; } #Existing verified conversion/rewrite report.
public Int64 CompactedBytes { get; } #Committed compacted PST length.
public Int64 ReductionBytes { get; } #Actual source bytes minus compacted bytes. Negative means the canonical rewrite grew.
public Double ReductionRatio { get; } #Actual fractional size reduction; negative means growth.
public Boolean IsVerified { get; } #Whether every selected item was written, reopened, and semantically matched.
public Boolean HasDataLoss { get; } #Whether the rewrite reported preservation loss.