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