Google Cloud Spanner C++ Client 2.13.0
A C++ Client Library for Google Cloud Spanner
Loading...
Searching...
No Matches
Public Member Functions | List of all members
google::cloud::spanner::Transaction::ReadOnlyOptions Class Reference

Options for ReadOnly transactions. More...

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

Public Member Functions

 ReadOnlyOptions ()
 
 ReadOnlyOptions (Timestamp read_timestamp)
 
 ReadOnlyOptions (std::chrono::nanoseconds exact_staleness)
 

Detailed Description

Options for ReadOnly transactions.

Constructor & Destructor Documentation

◆ ReadOnlyOptions() [1/3]

google::cloud::spanner::Transaction::ReadOnlyOptions::ReadOnlyOptions ( )

◆ ReadOnlyOptions() [2/3]

google::cloud::spanner::Transaction::ReadOnlyOptions::ReadOnlyOptions ( Timestamp  read_timestamp)
explicit

◆ ReadOnlyOptions() [3/3]

google::cloud::spanner::Transaction::ReadOnlyOptions::ReadOnlyOptions ( std::chrono::nanoseconds  exact_staleness)
explicit