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

The result of committing a Transaction. More...

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

Public Attributes

Timestamp commit_timestamp
 The Cloud Spanner timestamp at which the transaction committed. More...
 

Detailed Description

The result of committing a Transaction.

Definition at line 29 of file commit_result.h.

Member Data Documentation

◆ commit_timestamp

Timestamp google::cloud::spanner::v1::CommitResult::commit_timestamp

The Cloud Spanner timestamp at which the transaction committed.

Definition at line 31 of file commit_result.h.