Show / Hide Table of Contents

Class GoogleDatastoreAdminV1IndexOperationMetadata

Metadata for Index operations.

Inheritance
object
GoogleDatastoreAdminV1IndexOperationMetadata
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 GoogleDatastoreAdminV1IndexOperationMetadata : 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

IndexId

The index resource ID that this operation is acting on.

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

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