API Reference
Class
OfflineAddressBookValidationReport
Aggregate result for selected OAB Full Details components.
Inheritance
- Object
- OfflineAddressBookValidationReport
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<OfflineAddressBookValidationResult> Results { get; } #Per-component results.
public Int64 BytesHashed { get; } #Payload bytes hashed.
public Int64 RecordsScanned { get; } #Record frames walked.
public Int64 RecordsDecoded { get; } #Records decoded.
public Int64 RecordsSkipped { get; } #Recoverable decode failures.
public Boolean IsValid { get; } #Whether every selected component passed the requested validation.