DataIntegrityValidationResultResponse

data class DataIntegrityValidationResultResponse(val failedObjects: Map<String, String>, val validationErrors: ValidationErrorResponse)

Results for checksum based Data Integrity validation results

Constructors

Link copied to clipboard
constructor(failedObjects: Map<String, String>, validationErrors: ValidationErrorResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of failed table names of source and target pair

Link copied to clipboard

List of errors that happened while performing data integrity validation