Google Cloud Spanner C++ Client 2.13.0
A C++ Client Library for Google Cloud Spanner
Loading...
Searching...
No Matches
Public Attributes | List of all members
google::cloud::spanner::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...
 
absl::optional< CommitStatscommit_stats
 Additional statistics about the committed transaction. More...
 

Detailed Description

The result of committing a Transaction.

Member Data Documentation

◆ commit_stats

absl::optional<CommitStats> google::cloud::spanner::CommitResult::commit_stats

Additional statistics about the committed transaction.

◆ commit_timestamp

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

The Cloud Spanner timestamp at which the transaction committed.