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"
Implements
Inherited Members
Namespace: Google.Apis.Datastore.v1.Data
Assembly: Google.Apis.Datastore.v1.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 |