SyncGroupSchemaTableColumn Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. SyncGroupSchemaTableColumn
- com.
Implements
public final class SyncGroupSchemaTableColumn
implements JsonSerializable<SyncGroupSchemaTableColumn>
Properties of column in sync group table.
Constructor Summary
Constructor | Description |
---|---|
SyncGroupSchemaTableColumn() |
Creates an instance of Sync |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
dataSize()
Get the data |
String |
dataType()
Get the data |
static
Sync |
fromJson(JsonReader jsonReader)
Reads an instance of Sync |
String |
quotedName()
Get the quoted |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Sync |
withDataSize(String dataSize)
Set the data |
Sync |
withDataType(String dataType)
Set the data |
Sync |
withQuotedName(String quotedName)
Set the quoted |
Methods inherited from java.lang.Object
Constructor Details
SyncGroupSchemaTableColumn
public SyncGroupSchemaTableColumn()
Creates an instance of SyncGroupSchemaTableColumn 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:
fromJson
public static SyncGroupSchemaTableColumn fromJson(JsonReader jsonReader)
Reads an instance of SyncGroupSchemaTableColumn from the JsonReader.
Parameters:
Returns:
Throws:
quotedName
public String quotedName()
Get the quotedName property: Quoted name of sync group table column.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDataSize
public SyncGroupSchemaTableColumn withDataSize(String dataSize)
Set the dataSize property: Data size of the column.
Parameters:
Returns:
withDataType
public SyncGroupSchemaTableColumn withDataType(String dataType)
Set the dataType property: Data type of the column.
Parameters:
Returns:
withQuotedName
public SyncGroupSchemaTableColumn withQuotedName(String quotedName)
Set the quotedName property: Quoted name of sync group table column.
Parameters:
Returns:
Applies to
Azure SDK for Java