public sealed class MigrationStateEvent : IMessage<MigrationStateEvent>, IEquatable<MigrationStateEvent>, IDeepCloneable<MigrationStateEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Datastore v1 API class MigrationStateEvent.
[[["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-03-21 UTC."],[[["This documentation covers the `MigrationStateEvent` class, which is part of the Google Cloud Datastore Admin v1 API, specifically within the `Google.Cloud.Datastore.Admin.V1` namespace."],["The `MigrationStateEvent` class represents an event that signals a change in the state of a migration from Cloud Datastore to Cloud Firestore in Datastore mode."],["The most recent version of the documentation is 2.4.0, and the page content primarily focuses on version 2.3.0, with links to versions ranging from 1.1.0 to 2.4.0 for the `MigrationStateEvent` class."],["`MigrationStateEvent` class inherits from the .NET `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes properties like `State`, which indicates the new state of the migration and can be accessed and modified with the `get; set;` modifiers."]]],[]]