iceberg-cpp
Loading...
Searching...
No Matches
Public Attributes | List of all members
iceberg::sql::CatalogStoreOptions Struct Reference

Connection parameters used to construct a built-in CatalogStore. More...

#include <catalog_store.h>

Public Attributes

std::string catalog_name
 Logical catalog name used to scope rows.
 
std::string uri
 Connector-specific connection string.
 
int32_t max_connections = 1
 Maximum number of database connections to use.
 
std::unordered_map< std::string, std::string > properties
 Additional connector-specific properties.
 

Detailed Description

Connection parameters used to construct a built-in CatalogStore.


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