v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1447264222.7 KB

Starts a new transaction and returns its transaction ID. Transaction IDs are opaque objects that you can use to identify a transaction.

post/StartTransaction

Request body

TransactionType'READ_AND_WRITE' | 'READ_ONLY'

Indicates whether this transaction should be read only or read and write. Writes made using a read-only transaction ID will be rejected. Read-only transactions do not need to be committed.

Response

Success

TransactionIdstring

An opaque identifier for the transaction.