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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `IndexOperationMetadata` class in the Google Cloud Datastore v1 API provides metadata for index operations, and is found within the `Google.Cloud.Datastore.Admin.V1` namespace."],["Version 2.4.0 is the latest release, and versions 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.4.0, 1.3.0, 1.2.0, and 1.1.0 are also available."],["The class includes properties such as `Common`, `IndexId`, and `ProgressEntities` to provide information about the operation and the entities involved."],["`IndexOperationMetadata` implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Constructors for the `IndexOperationMetadata` class include a default constructor and one that takes another `IndexOperationMetadata` object as a parameter."]]],[]]