Google Cloud Spanner C++ Client 2.13.0
A C++ Client Library for Google Cloud Spanner
|
Wrap the arguments for CreateDatabase()
.
More...
#include <google/cloud/spanner/database_admin_connection.h>
Public Attributes | |
Database | database |
The name of the database. More... | |
std::vector< std::string > | extra_statements |
Any additional statements to execute after creating the database. More... | |
EncryptionConfig | encryption_config |
How to encrypt the database. More... | |
Wrap the arguments for CreateDatabase()
.
Database google::cloud::spanner::DatabaseAdminConnection::CreateDatabaseParams::database |
The name of the database.
EncryptionConfig google::cloud::spanner::DatabaseAdminConnection::CreateDatabaseParams::encryption_config |
How to encrypt the database.
std::vector<std::string> google::cloud::spanner::DatabaseAdminConnection::CreateDatabaseParams::extra_statements |
Any additional statements to execute after creating the database.