Module register_table_request

Module register_table_request 

Source

Structs§

RegisterTableRequest

Enums§

Mode
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.