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

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.
 

Detailed Description

Configuration for updating a catalog.

Definition at line 150 of file unity_catalog_types.h.

Member Data Documentation

◆ comment

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

Updated description.

Definition at line 153 of file unity_catalog_types.h.

◆ name

std::string databricks::UpdateCatalogRequest::name

Name of the catalog (required)

Definition at line 151 of file unity_catalog_types.h.

◆ new_name

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

New name for the catalog.

Definition at line 152 of file unity_catalog_types.h.

◆ owner

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

New owner.

Definition at line 154 of file unity_catalog_types.h.

◆ properties

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

Updated properties.

Definition at line 155 of file unity_catalog_types.h.


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