[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Datastore Admin V1 Client - Class MigrationStep (1.0.4)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.4 (latest)](/php/docs/reference/cloud-datastore-admin/latest/V1.MigrationStep)\n- [1.0.3](/php/docs/reference/cloud-datastore-admin/1.0.3/V1.MigrationStep)\n- [0.8.5](/php/docs/reference/cloud-datastore-admin/0.8.5/V1.MigrationStep)\n- [0.7.5](/php/docs/reference/cloud-datastore-admin/0.7.5/V1.MigrationStep)\n- [0.6.0](/php/docs/reference/cloud-datastore-admin/0.6.0/V1.MigrationStep)\n- [0.5.8](/php/docs/reference/cloud-datastore-admin/0.5.8/V1.MigrationStep) \nReference documentation and code samples for the Google Cloud Datastore Admin V1 Client class MigrationStep.\n\nSteps in a migration.\n\nProtobuf type `google.datastore.admin.v1.MigrationStep`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Datastore \\\\ Admin \\\\ V1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### MIGRATION_STEP_UNSPECIFIED\n\n Value: 0\n\nUnspecified.\n\nGenerated from protobuf enum `MIGRATION_STEP_UNSPECIFIED = 0;`\n\n### PREPARE\n\n Value: 6\n\nPre-migration: the database is prepared for migration.\n\nGenerated from protobuf enum `PREPARE = 6;`\n\n### START\n\n Value: 1\n\nStart of migration.\n\nGenerated from protobuf enum `START = 1;`\n\n### APPLY_WRITES_SYNCHRONOUSLY\n\n Value: 7\n\nWrites are applied synchronously to at least one replica.\n\nGenerated from protobuf enum `APPLY_WRITES_SYNCHRONOUSLY = 7;`\n\n### COPY_AND_VERIFY\n\n Value: 2\n\nData is copied to Cloud Firestore and then verified to match the data in\nCloud Datastore.\n\nGenerated from protobuf enum `COPY_AND_VERIFY = 2;`\n\n### REDIRECT_EVENTUALLY_CONSISTENT_READS\n\n Value: 3\n\nEventually-consistent reads are redirected to Cloud Firestore.\n\nGenerated from protobuf enum `REDIRECT_EVENTUALLY_CONSISTENT_READS = 3;`\n\n### REDIRECT_STRONGLY_CONSISTENT_READS\n\n Value: 4\n\nStrongly-consistent reads are redirected to Cloud Firestore.\n\nGenerated from protobuf enum `REDIRECT_STRONGLY_CONSISTENT_READS = 4;`\n\n### REDIRECT_WRITES\n\n Value: 5\n\nWrites are redirected to Cloud Firestore.\n\nGenerated from protobuf enum `REDIRECT_WRITES = 5;`"]]