Show / Hide Table of Contents

Class GoogleDatastoreAdminV1beta1ExportEntitiesMetadata

Metadata for ExportEntities operations.

Inheritance
System.Object
GoogleDatastoreAdminV1beta1ExportEntitiesMetadata
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Datastore.v1.Data
Assembly: Google.Apis.Datastore.v1.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

EntityFilter

Description of which entities are being exported.

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

ETag

The ETag of the item.

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

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
System.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

Google.Apis.Requests.IDirectResponseSchema
Back to top