|
Databricks C++ SDK 0.2.4
Interact with Databricks via an SDK
|
Configuration for updating a catalog. More...
#include <unity_catalog_types.h>
Public Attributes | |
| std::string | name |
| Name of the catalog (required) | |
| std::optional< std::string > | new_name |
| New name for the catalog. | |
| 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 catalog.
Definition at line 150 of file unity_catalog_types.h.
| std::optional<std::string> databricks::UpdateCatalogRequest::comment |
Updated description.
Definition at line 153 of file unity_catalog_types.h.
| std::string databricks::UpdateCatalogRequest::name |
Name of the catalog (required)
Definition at line 151 of file unity_catalog_types.h.
| std::optional<std::string> databricks::UpdateCatalogRequest::new_name |
New name for the catalog.
Definition at line 152 of file unity_catalog_types.h.
| std::optional<std::string> databricks::UpdateCatalogRequest::owner |
New owner.
Definition at line 154 of file unity_catalog_types.h.
| std::map<std::string, std::string> databricks::UpdateCatalogRequest::properties |
Updated properties.
Definition at line 155 of file unity_catalog_types.h.