DataIntegrityValidationResult interface
Results for checksum based Data Integrity validation results
Properties
failed |
List of failed table names of source and target pair |
validation |
List of errors that happened while performing data integrity validation |
Property Details
failedObjects
List of failed table names of source and target pair
failedObjects?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
validationErrors
List of errors that happened while performing data integrity validation
validationErrors?: ValidationError
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript