Show / Hide Table of Contents

Class GoogleDatastoreAdminV1IndexOperationMetadata

Metadata for Index operations.

Inheritance
System.Object
GoogleDatastoreAdminV1IndexOperationMetadata
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 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
System.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
System.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

Google.Apis.Requests.IDirectResponseSchema
Back to top