Resource: IcebergNamespace
The namespace object to create.
| JSON representation |
|---|
{ "namespace": [ string ], "properties": { string: string, ... } } |
| Fields | |
|---|---|
namespace[] |
Required. The name of the namespace. |
properties |
Optional. The optional properties of the namespace. An object containing a list of |
Methods |
|
|---|---|
|
Creates a namespace in the catalog. |
|
Returns 204, not 200 on success. |
|
Gets an Iceberg namespace in the catalog (or checks if it exists, if the method is HEAD). |
|
Lists Iceberg namespaces in the catalog. |
|
Updates namespace properties. |
|
Register a table using given metadata file location. |
|
Updates namespace properties. |