Package io.unitycatalog.client.model
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddColumnsItem(ColumnInfo columnsItem) catalogName(String catalogName) columns(List<ColumnInfo> columns) dataSourceFormat(DataSourceFormat dataSourceFormat) booleanReturn true if this CreateTable object is equal to o.Name of parent catalog.The array of __ColumnInfo__ definitions of the table's columns.User-provided free-form text description.Get dataSourceFormatgetName()Name of table, relative to parent schema.A map of key-value properties attached to the securable.Name of parent schema relative to its parent catalog.Storage root URL for external tableGet tableTypeinthashCode()properties(Map<String, String> properties) putPropertiesItem(String key, String propertiesItem) schemaName(String schemaName) voidsetCatalogName(String catalogName) voidsetColumns(List<ColumnInfo> columns) voidsetComment(String comment) voidsetDataSourceFormat(DataSourceFormat dataSourceFormat) voidvoidsetProperties(Map<String, String> properties) voidsetSchemaName(String schemaName) voidsetStorageLocation(String storageLocation) voidsetTableType(TableType tableType) storageLocation(String storageLocation) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_CATALOG_NAME
- See Also:
-
JSON_PROPERTY_SCHEMA_NAME
- See Also:
-
JSON_PROPERTY_TABLE_TYPE
- See Also:
-
JSON_PROPERTY_DATA_SOURCE_FORMAT
- See Also:
-
JSON_PROPERTY_COLUMNS
- See Also:
-
JSON_PROPERTY_STORAGE_LOCATION
- See Also:
-
JSON_PROPERTY_COMMENT
- See Also:
-
JSON_PROPERTY_PROPERTIES
- See Also:
-
-
Constructor Details
-
CreateTable
public CreateTable()
-
-
Method Details
-
name
-
getName
Name of table, relative to parent schema.- Returns:
- name
-
setName
-
catalogName
-
getCatalogName
Name of parent catalog.- Returns:
- catalogName
-
setCatalogName
-
schemaName
-
getSchemaName
Name of parent schema relative to its parent catalog.- Returns:
- schemaName
-
setSchemaName
-
tableType
-
getTableType
Get tableType- Returns:
- tableType
-
setTableType
-
dataSourceFormat
-
getDataSourceFormat
Get dataSourceFormat- Returns:
- dataSourceFormat
-
setDataSourceFormat
-
columns
-
addColumnsItem
-
getColumns
The array of __ColumnInfo__ definitions of the table's columns.- Returns:
- columns
-
setColumns
-
storageLocation
-
getStorageLocation
Storage root URL for external table- Returns:
- storageLocation
-
setStorageLocation
-
comment
-
getComment
User-provided free-form text description.- Returns:
- comment
-
setComment
-
properties
-
putPropertiesItem
-
getProperties
A map of key-value properties attached to the securable.- Returns:
- properties
-
setProperties
-
equals
Return true if this CreateTable object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-