API Reference
Class
EmailStoreSourceIdentity
Privacy-safe identity of the exact source accepted by a resumable Store migration.
Inheritance
- Object
- EmailStoreSourceIdentity
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 EmailStoreFormat Format { get; } #Detected source format.
public Int64 Length { get; } #Validated aggregate source length.
public String CatalogFingerprint { get; } #SHA-256 fingerprint of the bounded source catalog.
public String DurableFingerprint { get; } #SHA-256 fingerprint of all persisted source bytes.