|
Databricks C++ SDK 0.2.4
Interact with Databricks via an SDK
|
Configuration for creating a schema. More...
#include <unity_catalog_types.h>
Public Attributes | |
| std::string | name |
| Name of the schema (required) | |
| std::string | catalog_name |
| Parent catalog name (required) | |
| std::string | comment |
| User-provided description. | |
| std::map< std::string, std::string > | properties |
| Schema properties/metadata. | |
| std::optional< std::string > | storage_root |
| Storage root location. | |
Configuration for creating a schema.
Definition at line 161 of file unity_catalog_types.h.
| std::string databricks::CreateSchemaRequest::catalog_name |
Parent catalog name (required)
Definition at line 163 of file unity_catalog_types.h.
| std::string databricks::CreateSchemaRequest::comment |
User-provided description.
Definition at line 164 of file unity_catalog_types.h.
| std::string databricks::CreateSchemaRequest::name |
Name of the schema (required)
Definition at line 162 of file unity_catalog_types.h.
| std::map<std::string, std::string> databricks::CreateSchemaRequest::properties |
Schema properties/metadata.
Definition at line 165 of file unity_catalog_types.h.
| std::optional<std::string> databricks::CreateSchemaRequest::storage_root |
Storage root location.
Definition at line 166 of file unity_catalog_types.h.