Show / Hide Table of Contents

Class GoogleDatastoreAdminV1DatastoreFirestoreMigrationMetadata

Metadata for Datastore to Firestore migration operations. The DatastoreFirestoreMigration operation is not started by the end-user via an explicit "creation" method. This is an intentional deviation from the LRO design pattern. This singleton resource can be accessed at: "projects/{project_id}/operations/datastore-firestore-migration"

Inheritance
object
GoogleDatastoreAdminV1DatastoreFirestoreMigrationMetadata
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 GoogleDatastoreAdminV1DatastoreFirestoreMigrationMetadata : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

MigrationState

The current state of migration from Cloud Datastore to Cloud Firestore in Datastore mode.

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

MigrationStep

The current step of migration from Cloud Datastore to Cloud Firestore in Datastore mode.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX