Cloud Datastore v1 API - Class IndexOperationMetadata (2.2.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
NameDescription
otherIndexOperationMetadata

Properties

Common

public CommonMetadata Common { get; set; }

Metadata common to all Datastore Admin operations.

Property Value
TypeDescription
CommonMetadata

IndexId

public string IndexId { get; set; }

The index resource ID that this operation is acting on.

Property Value
TypeDescription
string

ProgressEntities

public Progress ProgressEntities { get; set; }

An estimate of the number of entities processed.

Property Value
TypeDescription
Progress