Show / Hide Table of Contents

Class GoogleDatastoreAdminV1IndexOperationMetadata

Metadata for Index operations.

Inheritance
System.Object
GoogleDatastoreAdminV1IndexOperationMetadata
Implements
IDirectResponseSchema
Namespace: Google.Apis.Datastore.v1beta3.Data
Assembly: Google.Apis.Datastore.v1beta3.dll
Syntax
public class GoogleDatastoreAdminV1IndexOperationMetadata : object, IDirectResponseSchema

Properties

Common

Metadata common to all Datastore Admin operations.

Declaration
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
public virtual string IndexId { get; set; }
Property Value
Type Description
System.String

ProgressEntities

An estimate of the number of entities processed.

Declaration
public virtual GoogleDatastoreAdminV1Progress ProgressEntities { get; set; }
Property Value
Type Description
GoogleDatastoreAdminV1Progress

Implements

IDirectResponseSchema
Back to top