Class SyncFullSchemaTable
- java.lang.Object
-
- com.azure.resourcemanager.sql.models.SyncFullSchemaTable
-
public final class SyncFullSchemaTable extends Object
Properties of the table in the database full schema.
-
-
Constructor Summary
Constructors Constructor Description SyncFullSchemaTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SyncFullSchemaTableColumn>columns()Get the columns property: List of columns in the table of database full schema.StringerrorId()Get the errorId property: Error id of the table.BooleanhasError()Get the hasError property: If there is error in the table.Stringname()Get the name property: Name of the table.StringquotedName()Get the quotedName property: Quoted name of the table.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
columns
public List<SyncFullSchemaTableColumn> columns()
Get the columns property: List of columns in the table of database full schema.- Returns:
- the columns value.
-
errorId
public String errorId()
Get the errorId property: Error id of the table.- Returns:
- the errorId value.
-
hasError
public Boolean hasError()
Get the hasError property: If there is error in the table.- Returns:
- the hasError value.
-
name
public String name()
Get the name property: Name of the table.- Returns:
- the name value.
-
quotedName
public String 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.
-
-