interface ds.TransactionOptions

Control whether a new Datastore transaction is required, and if so, if it should join an existing transaction or create a new one to use.

Properties

isolationLevel

Not supported in all datastore implementations.

Signature
isolationLevel: "none" | "read-committed" | "repeatable-read" | "serializable";

propagation

Signature
propagation: "requires" | "requires_new";