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