Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 552 Bytes

File metadata and controls

13 lines (8 loc) · 552 Bytes

BatchTransactionsTransactionPolicy

All writes must be part of a transaction. Transactions are branch-scoped and created by calling create transaction. Writes are not visible until commit transaction is called.

Properties

Name Type Required Description
type Literal["batchTransactions"] Yes None

[Back to Model list] [Back to API list] [Back to README]