Class SyncGroupSchemaTableColumn

java.lang.Object
com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn

public class SyncGroupSchemaTableColumn extends Object
Properties of column in sync group table.
  • Constructor Details

    • SyncGroupSchemaTableColumn

      public SyncGroupSchemaTableColumn()
  • Method Details

    • quotedName

      public String quotedName()
      Get quoted name of sync group table column.
      Returns:
      the quotedName value
    • withQuotedName

      public SyncGroupSchemaTableColumn withQuotedName(String quotedName)
      Set quoted name of sync group table column.
      Parameters:
      quotedName - the quotedName value to set
      Returns:
      the SyncGroupSchemaTableColumn object itself.
    • dataSize

      public String dataSize()
      Get data size of the column.
      Returns:
      the dataSize value
    • withDataSize

      public SyncGroupSchemaTableColumn withDataSize(String dataSize)
      Set data size of the column.
      Parameters:
      dataSize - the dataSize value to set
      Returns:
      the SyncGroupSchemaTableColumn object itself.
    • dataType

      public String dataType()
      Get data type of the column.
      Returns:
      the dataType value
    • withDataType

      public SyncGroupSchemaTableColumn withDataType(String dataType)
      Set data type of the column.
      Parameters:
      dataType - the dataType value to set
      Returns:
      the SyncGroupSchemaTableColumn object itself.