Cloud Datastore v1 API - Class IndexOperationMetadata (2.4.0)

public sealed class IndexOperationMetadata : IMessage<IndexOperationMetadata>, IEquatable<IndexOperationMetadata>, IDeepCloneable<IndexOperationMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Datastore v1 API class IndexOperationMetadata.

Metadata for Index operations.

Inheritance

object > IndexOperationMetadata

Namespace

Google.Cloud.Datastore.Admin.V1

Assembly

Google.Cloud.Datastore.Admin.V1.dll

Constructors

IndexOperationMetadata()

public IndexOperationMetadata()

IndexOperationMetadata(IndexOperationMetadata)

public IndexOperationMetadata(IndexOperationMetadata other)
Parameter
Name Description
other IndexOperationMetadata

Properties

Common

public CommonMetadata Common { get; set; }

Metadata common to all Datastore Admin operations.

Property Value
Type Description
CommonMetadata

IndexId

public string IndexId { get; set; }

The index resource ID that this operation is acting on.

Property Value
Type Description
string

ProgressEntities

public Progress ProgressEntities { get; set; }

An estimate of the number of entities processed.

Property Value
Type Description
Progress