API Reference
Class
OfflineAddressBookSearchReport
Results and completion state for one bounded search batch.
Inheritance
- Object
- OfflineAddressBookSearchReport
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<OfflineAddressBookSearchResult> Results { get; } #Matches collected in this batch.
public IReadOnlyList<EmailDiagnostic> Diagnostics { get; } #Search-specific diagnostics. Session diagnostics remain on the session.
public Int32 EntriesScanned { get; } #Records processed in this batch.
public Int32 EntriesSkipped { get; } #Corrupt or over-limit records skipped in this batch.
public Boolean StoppedAtEntryLimit { get; } #Whether another record existed after the scan bound was reached.
public Boolean StoppedAtResultLimit { get; } #Whether another record existed after the result bound was reached.
public OfflineAddressBookSearchCheckpoint NextCheckpoint { get; } #Exact-position checkpoint for the next batch, or null when the selected scope was exhausted.
public Boolean IsComplete { get; } #Whether the selected address-list scope was exhausted.