SyncFullSchemaTable Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. SyncFullSchemaTable
- com.
Implements
public final class SyncFullSchemaTable
implements JsonSerializable<SyncFullSchemaTable>
Properties of the table in the database full schema.
Constructor Summary
Constructor | Description |
---|---|
SyncFullSchemaTable() |
Creates an instance of Sync |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Sync |
columns()
Get the columns property: List of columns in the table of database full schema. |
String |
errorId()
Get the error |
static
Sync |
fromJson(JsonReader jsonReader)
Reads an instance of Sync |
Boolean |
hasError()
Get the has |
String |
name()
Get the name property: Name of the table. |
String |
quotedName()
Get the quoted |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
SyncFullSchemaTable
public SyncFullSchemaTable()
Creates an instance of SyncFullSchemaTable class.
Method Details
columns
public List
Get the columns property: List of columns in the table of database full schema.
Returns:
errorId
public String errorId()
Get the errorId property: Error id of the table.
Returns:
fromJson
public static SyncFullSchemaTable fromJson(JsonReader jsonReader)
Reads an instance of SyncFullSchemaTable from the JsonReader.
Parameters:
Returns:
Throws:
hasError
public Boolean hasError()
Get the hasError property: If there is error in the table.
Returns:
name
public String name()
Get the name property: Name of the table.
Returns:
quotedName
public String quotedName()
Get the quotedName property: Quoted name of the table.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java