Class IndexOperationMetadata (1.4.0)

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

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