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

GoogleDatastoreAdminV1DatastoreFirestoreMigrationMetadata

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

Metadata for Datastore to Firestore migration operations. The DatastoreFirestoreMigration operation is not started by the end-user via an explicit "creation" method. This is an intentional deviation from the LRO design pattern. This singleton resource can be accessed at: "projects/{project_id}/operations/datastore-firestore-migration"

interface GoogleDatastoreAdminV1DatastoreFirestoreMigrationMetadata {
migrationState?:
| "MIGRATION_STATE_UNSPECIFIED"
| "RUNNING"
| "PAUSED"
| "COMPLETE";
migrationStep?:
| "MIGRATION_STEP_UNSPECIFIED"
| "PREPARE"
| "START"
| "APPLY_WRITES_SYNCHRONOUSLY"
| "COPY_AND_VERIFY"
| "REDIRECT_EVENTUALLY_CONSISTENT_READS"
| "REDIRECT_STRONGLY_CONSISTENT_READS"
| "REDIRECT_WRITES";
}

§Properties

§
migrationState?: "MIGRATION_STATE_UNSPECIFIED" | "RUNNING" | "PAUSED" | "COMPLETE"
[src]

The current state of migration from Cloud Datastore to Cloud Firestore in Datastore mode.

§
migrationStep?: "MIGRATION_STEP_UNSPECIFIED" | "PREPARE" | "START" | "APPLY_WRITES_SYNCHRONOUSLY" | "COPY_AND_VERIFY" | "REDIRECT_EVENTUALLY_CONSISTENT_READS" | "REDIRECT_STRONGLY_CONSISTENT_READS" | "REDIRECT_WRITES"
[src]

The current step of migration from Cloud Datastore to Cloud Firestore in Datastore mode.