Class GoogleDatastoreAdminV1MigrationProgressEvent
An event signifying the start of a new step in a migration from Cloud Datastore to Cloud Firestore in Datastore mode.
Implements
Inherited Members
Namespace: Google.Apis.Datastore.v1.Data
Assembly: Google.Apis.Datastore.v1.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 |