Schema Comparison Validation Result Response
data class SchemaComparisonValidationResultResponse(val schemaDifferences: SchemaComparisonValidationResultTypeResponse, val sourceDatabaseObjectCount: Map<String, Double>? = null, val targetDatabaseObjectCount: Map<String, Double>? = null, val validationErrors: ValidationErrorResponse)
Results for schema comparison between the source and target
Constructors
Link copied to clipboard
constructor(schemaDifferences: SchemaComparisonValidationResultTypeResponse, sourceDatabaseObjectCount: Map<String, Double>? = null, targetDatabaseObjectCount: Map<String, Double>? = null, validationErrors: ValidationErrorResponse)
Properties
Link copied to clipboard
List of schema differences between the source and target databases
Link copied to clipboard
Count of source database objects
Link copied to clipboard
Count of target database objects
Link copied to clipboard
List of errors that happened while performing schema compare validation