API Reference
Class
OfflineAddressBookIdentityResolution
Duplicate-aware identity-resolution result.
Inheritance
- Object
- OfflineAddressBookIdentityResolution
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 OfflineAddressBookIdentityResolutionStatus Status { get; } #Resolution outcome.
public IReadOnlyList<OfflineAddressBookIdentityCandidate> Candidates { get; } #Unique matching directory entries in deterministic order.
public Boolean CandidatesTruncated { get; } #Whether additional ambiguous candidates were omitted by the per-query bound.
public Boolean IndexIsComplete { get; } #Whether the index covered all selected source records and their configured identity values.
public OfflineAddressBookIdentityCandidate Candidate { get; } #The sole candidate for a resolved result; otherwise null.