Class CreateTable

java.lang.Object
io.unitycatalog.client.model.CreateTable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.5.0") public class CreateTable extends Object
CreateTable
  • Field Details

  • Constructor Details

    • CreateTable

      public CreateTable()
  • Method Details

    • name

      public CreateTable name(String name)
    • getName

      @Nonnull public String getName()
      Name of table, relative to parent schema.
      Returns:
      name
    • setName

      public void setName(String name)
    • catalogName

      public CreateTable catalogName(String catalogName)
    • getCatalogName

      @Nonnull public String getCatalogName()
      Name of parent catalog.
      Returns:
      catalogName
    • setCatalogName

      public void setCatalogName(String catalogName)
    • schemaName

      public CreateTable schemaName(String schemaName)
    • getSchemaName

      @Nonnull public String getSchemaName()
      Name of parent schema relative to its parent catalog.
      Returns:
      schemaName
    • setSchemaName

      public void setSchemaName(String schemaName)
    • tableType

      public CreateTable tableType(TableType tableType)
    • getTableType

      @Nonnull public TableType getTableType()
      Get tableType
      Returns:
      tableType
    • setTableType

      public void setTableType(TableType tableType)
    • dataSourceFormat

      public CreateTable dataSourceFormat(DataSourceFormat dataSourceFormat)
    • getDataSourceFormat

      @Nonnull public DataSourceFormat getDataSourceFormat()
      Get dataSourceFormat
      Returns:
      dataSourceFormat
    • setDataSourceFormat

      public void setDataSourceFormat(DataSourceFormat dataSourceFormat)
    • columns

      public CreateTable columns(List<ColumnInfo> columns)
    • addColumnsItem

      public CreateTable addColumnsItem(ColumnInfo columnsItem)
    • getColumns

      @Nonnull public List<ColumnInfo> getColumns()
      The array of __ColumnInfo__ definitions of the table's columns.
      Returns:
      columns
    • setColumns

      public void setColumns(List<ColumnInfo> columns)
    • storageLocation

      public CreateTable storageLocation(String storageLocation)
    • getStorageLocation

      @Nonnull public String getStorageLocation()
      Storage root URL for external table
      Returns:
      storageLocation
    • setStorageLocation

      public void setStorageLocation(String storageLocation)
    • comment

      public CreateTable comment(String comment)
    • getComment

      @Nullable public String getComment()
      User-provided free-form text description.
      Returns:
      comment
    • setComment

      public void setComment(String comment)
    • properties

      public CreateTable properties(Map<String,String> properties)
    • putPropertiesItem

      public CreateTable putPropertiesItem(String key, String propertiesItem)
    • getProperties

      @Nullable public Map<String,String> getProperties()
      A map of key-value properties attached to the securable.
      Returns:
      properties
    • setProperties

      public void setProperties(Map<String,String> properties)
    • equals

      public boolean equals(Object o)
      Return true if this CreateTable object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string