Skip to content

RegisterTableRequest

Properties

Name Type Description Notes
id List<String> [optional]
location String
mode ModeEnum There are two modes when trying to register a table, to differentiate the behavior when a table of the same name already exists: * CREATE (default): the operation fails with 409. * OVERWRITE: the existing table registration is replaced with the new registration. [optional]
properties Map<String, String> [optional]

Enum: ModeEnum

Name Value
CREATE "CREATE"
OVERWRITE "OVERWRITE"