Show / Hide Table of Contents

Class GoogleDatastoreAdminV1beta1ExportEntitiesResponse

The response for google.datastore.admin.v1beta1.DatastoreAdmin.ExportEntities.

Inheritance
System.Object
GoogleDatastoreAdminV1beta1ExportEntitiesResponse
Implements
IDirectResponseSchema
Namespace: Google.Apis.Datastore.v1beta3.Data
Assembly: Google.Apis.Datastore.v1beta3.dll
Syntax
public class GoogleDatastoreAdminV1beta1ExportEntitiesResponse : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

OutputUrl

Location of the output metadata file. This can be used to begin an import into Cloud Datastore (this project or another project). See google.datastore.admin.v1beta1.ImportEntitiesRequest.input_url. Only present if the operation completed successfully.

Declaration
public virtual string OutputUrl { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top