public sealed class MigrationStateEvent : IMessage<MigrationStateEvent>, IEquatable<MigrationStateEvent>, IDeepCloneable<MigrationStateEvent>, IBufferMessage, IMessage
[[["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."],[[["The `MigrationStateEvent` class signifies a change in the state of a migration from Cloud Datastore to Cloud Firestore in Datastore mode."],["The latest version of the `MigrationStateEvent` documentation is version 2.4.0, with versions ranging from 1.1.0 to 2.4.0 being available."],["The `MigrationStateEvent` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has a `State` property, which allows reading and setting the current migration status, of type `MigrationState`."],["`MigrationStateEvent` has two public constructors, a default one and one that takes another `MigrationStateEvent` object as a parameter."]]],[]]