Show / Hide Table of Contents

Class GoogleDatastoreAdminV1beta1ExportEntitiesMetadata

Metadata for ExportEntities operations.

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

Properties

Common

Metadata common to all Datastore Admin operations.

Declaration
[JsonProperty("common")]
public virtual GoogleDatastoreAdminV1beta1CommonMetadata Common { get; set; }
Property Value
Type Description
GoogleDatastoreAdminV1beta1CommonMetadata

ETag

The ETag of the item.

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

EntityFilter

Description of which entities are being exported.

Declaration
[JsonProperty("entityFilter")]
public virtual GoogleDatastoreAdminV1beta1EntityFilter EntityFilter { get; set; }
Property Value
Type Description
GoogleDatastoreAdminV1beta1EntityFilter

OutputUrlPrefix

Location for the export metadata and data files. This will be the same value as the google.datastore.admin.v1beta1.ExportEntitiesRequest.output_url_prefix field. The final output location is provided in google.datastore.admin.v1beta1.ExportEntitiesResponse.output_url.

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

ProgressBytes

An estimate of the number of bytes processed.

Declaration
[JsonProperty("progressBytes")]
public virtual GoogleDatastoreAdminV1beta1Progress ProgressBytes { get; set; }
Property Value
Type Description
GoogleDatastoreAdminV1beta1Progress

ProgressEntities

An estimate of the number of entities processed.

Declaration
[JsonProperty("progressEntities")]
public virtual GoogleDatastoreAdminV1beta1Progress ProgressEntities { get; set; }
Property Value
Type Description
GoogleDatastoreAdminV1beta1Progress

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX