public enum MigrationStep
Reference documentation and code samples for the Cloud Datastore v1 API enum MigrationStep.
Steps in a migration.
Namespace
Google.Cloud.Datastore.Admin.V1Assembly
Google.Cloud.Datastore.Admin.V1.dll
Fields |
|
---|---|
Name | Description |
ApplyWritesSynchronously |
Writes are applied synchronously to at least one replica. |
CopyAndVerify |
Data is copied to Cloud Firestore and then verified to match the data in Cloud Datastore. |
Prepare |
Pre-migration: the database is prepared for migration. |
RedirectEventuallyConsistentReads |
Eventually-consistent reads are redirected to Cloud Firestore. |
RedirectStronglyConsistentReads |
Strongly-consistent reads are redirected to Cloud Firestore. |
RedirectWrites |
Writes are redirected to Cloud Firestore. |
Start |
Start of migration. |
Unspecified |
Unspecified. |