Class SyncFullSchemaTable

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

public class SyncFullSchemaTable extends Object
Properties of the table in the database full schema.
  • Constructor Details

    • SyncFullSchemaTable

      public SyncFullSchemaTable()
  • Method Details

    • columns

      public List<SyncFullSchemaTableColumn> columns()
      Get list of columns in the table of database full schema.
      Returns:
      the columns value
    • errorId

      public String errorId()
      Get error id of the table.
      Returns:
      the errorId value
    • hasError

      public Boolean hasError()
      Get if there is error in the table.
      Returns:
      the hasError value
    • name

      public String name()
      Get name of the table.
      Returns:
      the name value
    • quotedName

      public String quotedName()
      Get quoted name of the table.
      Returns:
      the quotedName value