SyncFullSchemaTable Class

  • java.lang.Object
    • com.azure.resourcemanager.sql.models.SyncFullSchemaTable

Implements

public final class SyncFullSchemaTable
implements JsonSerializable<SyncFullSchemaTable>

Properties of the table in the database full schema.

Method Summary

Modifier and Type Method and Description
List<SyncFullSchemaTableColumn> columns()

Get the columns property: List of columns in the table of database full schema.

String errorId()

Get the errorId property: Error id of the table.

static SyncFullSchemaTable fromJson(JsonReader jsonReader)

Reads an instance of SyncFullSchemaTable from the JsonReader.

Boolean hasError()

Get the hasError property: If there is error in the table.

String name()

Get the name property: Name of the table.

String quotedName()

Get the quotedName property: Quoted name of the table.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

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.

fromJson

public static SyncFullSchemaTable fromJson(JsonReader jsonReader)

Reads an instance of SyncFullSchemaTable from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SyncFullSchemaTable if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the SyncFullSchemaTable.

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.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to