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

GoogleDatastoreAdminV1MigrationStateEvent

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

An event signifying a change in state of a migration from Cloud Datastore to Cloud Firestore in Datastore mode.

interface GoogleDatastoreAdminV1MigrationStateEvent {
state?:
| "MIGRATION_STATE_UNSPECIFIED"
| "RUNNING"
| "PAUSED"
| "COMPLETE";
}

§Properties

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

The new state of the migration.