Class MigrationStateEvent (1.1.0)

public sealed class MigrationStateEvent : IMessage<MigrationStateEvent>, IEquatable<MigrationStateEvent>, IDeepCloneable<MigrationStateEvent>, IBufferMessage, IMessage

An event signifying a change in state of a migration from Cloud Datastore to Cloud Firestore in Datastore mode.

Inheritance

Object > MigrationStateEvent

Namespace

Google.Cloud.Datastore.Admin.V1

Assembly

Google.Cloud.Datastore.Admin.V1.dll

Constructors

MigrationStateEvent()

public MigrationStateEvent()

MigrationStateEvent(MigrationStateEvent)

public MigrationStateEvent(MigrationStateEvent other)
Parameter
NameDescription
otherMigrationStateEvent

Properties

State

public MigrationState State { get; set; }

The new state of the migration.

Property Value
TypeDescription
MigrationState