API Reference
Class
EmailStoreContentSearchReport
Results and completion state for one bounded content-search batch.
Inheritance
- Object
- EmailStoreContentSearchReport
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 IReadOnlyList<EmailStoreContentSearchResult> Results { get; } #Matches collected in this batch.
public IReadOnlyList<EmailStoreDiagnostic> Diagnostics { get; } #Search-specific diagnostics. Store-open diagnostics remain on the session.
public Int32 ItemsScanned { get; } #Item references processed in this batch.
public Int32 ItemsSkipped { get; } #Corrupt or over-limit items skipped in this batch.
public Boolean StoppedAtItemLimit { get; } #Whether another item existed after the scan bound was reached.
public Boolean StoppedAtResultLimit { get; } #Whether another item existed after the result bound was reached.
public EmailStoreContentSearchCheckpoint NextCheckpoint { get; } #Checkpoint for the next batch, or null when the selected enumeration was exhausted.
public Boolean IsComplete { get; } #Whether the selected enumeration was exhausted.