Show / Hide Table of Contents

Class GoogleDatastoreAdminV1beta1ImportEntitiesMetadata

Metadata for ImportEntities operations.

Inheritance
System.Object
GoogleDatastoreAdminV1beta1ImportEntitiesMetadata
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 GoogleDatastoreAdminV1beta1ImportEntitiesMetadata : 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 imported.

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

InputUrl

The location of the import metadata file. This will be the same value as the google.datastore.admin.v1beta1.ExportEntitiesResponse.output_url field.

Declaration
[JsonProperty("inputUrl")]
public virtual string InputUrl { 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