Enum MigrationStep (1.1.0)

public enum MigrationStep

Steps in a migration.

Namespace

Google.Cloud.Datastore.Admin.V1

Assembly

Google.Cloud.Datastore.Admin.V1.dll

Fields

NameDescription
CopyAndVerify

Data is copied to Cloud Firestore and then verified to match the data in Cloud Datastore.

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.