google_api_spanner v0.20.0 GoogleApi.Spanner.V1.Model.Transaction View Source
A transaction.
Attributes
id
(type:String.t
, default:nil
) -id
may be used to identify the transaction in subsequent Read, ExecuteSql, Commit, or Rollback calls.Single-use read-only transactions do not have IDs, because single-use transactions do not support multiple requests.
readTimestamp
(type:DateTime.t
, default:nil
) - For snapshot read-only transactions, the read timestamp chosen for the transaction. Not returned by default: see TransactionOptions.ReadOnly.return_read_timestamp.A timestamp in RFC3339 UTC \"Zulu\" format, accurate to nanoseconds. Example:
"2014-10-02T15:01:23.045123456Z"
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Spanner.V1.Model.Transaction{ id: String.t(), readTimestamp: DateTime.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.