|
iceberg-cpp
|
Represents an encrypted table key entry. More...
#include <encrypted_key.h>
Public Attributes | |
| std::string | key_id |
| std::string | encrypted_key_metadata |
| std::optional< std::string > | encrypted_by_id = std::nullopt |
| std::unordered_map< std::string, std::string > | properties |
Friends | |
| bool | operator== (const EncryptedKey &, const EncryptedKey &)=default |
Represents an encrypted table key entry.