|
iceberg-cpp
|
Server-provided configuration for the catalog. More...
#include <types.h>
Public Member Functions | |
| Status | Validate () const |
| Validates the CatalogConfig. | |
| bool | operator== (const CatalogConfig &) const =default |
Public Attributes | |
| std::unordered_map< std::string, std::string > | defaults |
| std::unordered_map< std::string, std::string > | overrides |
| std::vector< Endpoint > | endpoints |
Server-provided configuration for the catalog.