CreateTableRequest
class CreateTableRequest
Types
Properties
Link copied to clipboard
The catalog database in which to create the new table. For Hive compatibility, this name is entirely lowercase.
Link copied to clipboard
Specifies an OpenTableFormatInput
structure when creating an open format table.
Link copied to clipboard
A list of partition indexes, PartitionIndex
structures, to create in the table.
Link copied to clipboard
The TableInput
object that defines the metadata table to create in the catalog.
Link copied to clipboard
The ID of the transaction.