Show / Hide Table of Contents

Class GoogleDatastoreAdminV1MigrationProgressEvent

An event signifying the start of a new step in a migration from Cloud Datastore to Cloud Firestore in Datastore mode.

Inheritance
object
GoogleDatastoreAdminV1MigrationProgressEvent
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Datastore.v1beta1.Data
Assembly: Google.Apis.Datastore.v1beta1.dll
Syntax
public class GoogleDatastoreAdminV1MigrationProgressEvent : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PrepareStepDetails

Details for the PREPARE step.

Declaration
[JsonProperty("prepareStepDetails")]
public virtual GoogleDatastoreAdminV1PrepareStepDetails PrepareStepDetails { get; set; }
Property Value
Type Description
GoogleDatastoreAdminV1PrepareStepDetails

RedirectWritesStepDetails

Details for the REDIRECT_WRITES step.

Declaration
[JsonProperty("redirectWritesStepDetails")]
public virtual GoogleDatastoreAdminV1RedirectWritesStepDetails RedirectWritesStepDetails { get; set; }
Property Value
Type Description
GoogleDatastoreAdminV1RedirectWritesStepDetails

Step

The step that is starting. An event with step set to START indicates that the migration has been reverted back to the initial pre-migration state.

Declaration
[JsonProperty("step")]
public virtual string Step { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX