SchemaComparisonValidationResultType interface
Description about the errors happen while performing migration validation
Properties
object |
Name of the object that has the difference |
object |
Type of the object that has the difference. e.g (Table/View/StoredProcedure) |
update |
Update action type with respect to target |
Property Details
objectName
Name of the object that has the difference
objectName?: string
Property Value
string
objectType
Type of the object that has the difference. e.g (Table/View/StoredProcedure)
objectType?: string
Property Value
string
updateAction
Update action type with respect to target
updateAction?: string
Property Value
string
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