|
Databricks C++ SDK 0.2.4
Interact with Databricks via an SDK
|
Configuration for updating a schema. More...
#include <unity_catalog_types.h>
Public Attributes | |
| std::string | full_name |
| Full name (catalog.schema) (required) | |
| std::optional< std::string > | new_name |
| New name for the schema. | |
| std::optional< std::string > | comment |
| Updated description. | |
| std::optional< std::string > | owner |
| New owner. | |
| std::map< std::string, std::string > | properties |
| Updated properties. | |
Configuration for updating a schema.
Definition at line 172 of file unity_catalog_types.h.
| std::optional<std::string> databricks::UpdateSchemaRequest::comment |
Updated description.
Definition at line 175 of file unity_catalog_types.h.
| std::string databricks::UpdateSchemaRequest::full_name |
Full name (catalog.schema) (required)
Definition at line 173 of file unity_catalog_types.h.
| std::optional<std::string> databricks::UpdateSchemaRequest::new_name |
New name for the schema.
Definition at line 174 of file unity_catalog_types.h.
| std::optional<std::string> databricks::UpdateSchemaRequest::owner |
New owner.
Definition at line 176 of file unity_catalog_types.h.
| std::map<std::string, std::string> databricks::UpdateSchemaRequest::properties |
Updated properties.
Definition at line 177 of file unity_catalog_types.h.