Google Cloud Spanner C++ Client
A C++ Client Library for Google Cloud Spanner
Public Attributes | List of all members
google::cloud::spanner::v1::DatabaseAdminConnection::CreateBackupParams Struct Reference

Wrap the arguments for CreateBackup(). More...

#include <google/cloud/spanner/database_admin_connection.h>

Public Attributes

Database database
 The name of the database. More...
 
std::string backup_id
 
std::chrono::system_clock::time_point expire_time
 

Detailed Description

Wrap the arguments for CreateBackup().

Definition at line 176 of file database_admin_connection.h.

Member Data Documentation

◆ backup_id

std::string google::cloud::spanner::v1::DatabaseAdminConnection::CreateBackupParams::backup_id

Definition at line 179 of file database_admin_connection.h.

◆ database

Database google::cloud::spanner::v1::DatabaseAdminConnection::CreateBackupParams::database

The name of the database.

Definition at line 178 of file database_admin_connection.h.

◆ expire_time

std::chrono::system_clock::time_point google::cloud::spanner::v1::DatabaseAdminConnection::CreateBackupParams::expire_time

Definition at line 180 of file database_admin_connection.h.