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

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.
 

Detailed Description

Configuration for updating a schema.

Definition at line 172 of file unity_catalog_types.h.

Member Data Documentation

◆ comment

std::optional<std::string> databricks::UpdateSchemaRequest::comment

Updated description.

Definition at line 175 of file unity_catalog_types.h.

◆ full_name

std::string databricks::UpdateSchemaRequest::full_name

Full name (catalog.schema) (required)

Definition at line 173 of file unity_catalog_types.h.

◆ new_name

std::optional<std::string> databricks::UpdateSchemaRequest::new_name

New name for the schema.

Definition at line 174 of file unity_catalog_types.h.

◆ owner

std::optional<std::string> databricks::UpdateSchemaRequest::owner

New owner.

Definition at line 176 of file unity_catalog_types.h.

◆ properties

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

Updated properties.

Definition at line 177 of file unity_catalog_types.h.


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