google_api_spanner v0.0.1 GoogleApi.Spanner.V1.Model.Transaction View Source
A transaction.
Attributes
- id (String): `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. Defaults to:
null. - readTimestamp (String): For snapshot read-only transactions, the read timestamp chosen for the transaction. Not returned by default: see TransactionOptions.ReadOnly.return_read_timestamp. Defaults to:
null.