Databricks C++ SDK 0.2.4
Interact with Databricks via an SDK
Loading...
Searching...
No Matches
databricks::CreateSchemaRequest Struct Reference

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.
 

Detailed Description

Configuration for creating a schema.

Definition at line 161 of file unity_catalog_types.h.

Member Data Documentation

◆ catalog_name

std::string databricks::CreateSchemaRequest::catalog_name

Parent catalog name (required)

Definition at line 163 of file unity_catalog_types.h.

◆ comment

std::string databricks::CreateSchemaRequest::comment

User-provided description.

Definition at line 164 of file unity_catalog_types.h.

◆ name

std::string databricks::CreateSchemaRequest::name

Name of the schema (required)

Definition at line 162 of file unity_catalog_types.h.

◆ properties

std::map<std::string, std::string> databricks::CreateSchemaRequest::properties

Schema properties/metadata.

Definition at line 165 of file unity_catalog_types.h.

◆ storage_root

std::optional<std::string> databricks::CreateSchemaRequest::storage_root

Storage root location.

Definition at line 166 of file unity_catalog_types.h.


The documentation for this struct was generated from the following file: