public sealed class IndexOperationMetadata : IMessage<IndexOperationMetadata>, IEquatable<IndexOperationMetadata>, IDeepCloneable<IndexOperationMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Datastore v1 API class IndexOperationMetadata.
Metadata for Index operations.
Implements
IMessageIndexOperationMetadata, IEquatableIndexOperationMetadata, IDeepCloneableIndexOperationMetadata, 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 |
|