GoogleApi.Spanner.V1.Model.Transaction (google_api_spanner v0.23.0) View Source
A transaction.
Attributes
-
id(type:String.t, default:nil) -idmay 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
Specs
t() :: %GoogleApi.Spanner.V1.Model.Transaction{
id: String.t(),
readTimestamp: DateTime.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.