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.
An event signifying a change in state of a migration from Cloud Datastore to Cloud Firestore in Datastore mode.
Implements
IMessageMigrationStateEvent, IEquatableMigrationStateEvent, IDeepCloneableMigrationStateEvent, IBufferMessage, IMessageNamespace
Google.Cloud.Datastore.Admin.V1Assembly
Google.Cloud.Datastore.Admin.V1.dll
Constructors
MigrationStateEvent()
public MigrationStateEvent()
MigrationStateEvent(MigrationStateEvent)
public MigrationStateEvent(MigrationStateEvent other)
Parameter | |
---|---|
Name | Description |
other |
MigrationStateEvent |
Properties
State
public MigrationState State { get; set; }
The new state of the migration.
Property Value | |
---|---|
Type | Description |
MigrationState |