Show / Hide Table of Contents

Class GoogleDatastoreAdminV1ImportEntitiesMetadata

Metadata for ImportEntities operations.

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

Properties

Common

Metadata common to all Datastore Admin operations.

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

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

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

InputUrl

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

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

ProgressBytes

An estimate of the number of bytes processed.

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

ProgressEntities

An estimate of the number of entities processed.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX