Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleDatastoreAdminV1RedirectWritesStepDetails

import type { GoogleDatastoreAdminV1RedirectWritesStepDetails } from "https://googleapis.deno.dev/v1/datastore:v1.ts";

Details for the REDIRECT_WRITES step.

interface GoogleDatastoreAdminV1RedirectWritesStepDetails {
concurrencyMode?:
| "CONCURRENCY_MODE_UNSPECIFIED"
| "PESSIMISTIC"
| "OPTIMISTIC"
| "OPTIMISTIC_WITH_ENTITY_GROUPS";
}

§Properties

§
concurrencyMode?: "CONCURRENCY_MODE_UNSPECIFIED" | "PESSIMISTIC" | "OPTIMISTIC" | "OPTIMISTIC_WITH_ENTITY_GROUPS"
[src]

Ths concurrency mode for this database.