Class SyncFullSchemaTable
java.lang.Object
com.azure.resourcemanager.sql.models.SyncFullSchemaTable
Properties of the table in the database full schema.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncolumns()Get the columns property: List of columns in the table of database full schema.errorId()Get the errorId property: Error id of the table.hasError()Get the hasError property: If there is error in the table.name()Get the name property: Name of the table.Get the quotedName property: Quoted name of the table.voidvalidate()Validates the instance.
-
Constructor Details
-
SyncFullSchemaTable
public SyncFullSchemaTable()Creates an instance of SyncFullSchemaTable class.
-
-
Method Details
-
columns
Get the columns property: List of columns in the table of database full schema.- Returns:
- the columns value.
-
errorId
Get the errorId property: Error id of the table.- Returns:
- the errorId value.
-
hasError
Get the hasError property: If there is error in the table.- Returns:
- the hasError value.
-
name
Get the name property: Name of the table.- Returns:
- the name value.
-
quotedName
Get the quotedName property: Quoted name of the table.- Returns:
- the quotedName value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-