public sealed class IndexOperationMetadata : IMessage<IndexOperationMetadata>, IEquatable<IndexOperationMetadata>, IDeepCloneable<IndexOperationMetadata>, IBufferMessage, IMessage
Metadata for Index operations.
Implements
IMessage<IndexOperationMetadata>, IEquatable<IndexOperationMetadata>, IDeepCloneable<IndexOperationMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastore.Admin.V1Assembly
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 |