public sealed class IndexOperationMetadata : IMessage<IndexOperationMetadata>, IEquatable<IndexOperationMetadata>, IDeepCloneable<IndexOperationMetadata>, IBufferMessage, IMessage
[[["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 latest version available for `IndexOperationMetadata` is 2.4.0, with a list of previous versions provided, going as far back as version 1.1.0."],["`IndexOperationMetadata` is a class that provides metadata for operations related to Datastore Admin indexes, inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class offers two constructors, a default constructor and one that accepts another `IndexOperationMetadata` instance for copying."],["The class contains properties such as `Common`, `IndexId`, and `ProgressEntities`, which provide details on the metadata, the ID of the index involved in the operation, and the progress of entity processing, respectively."],["`IndexOperationMetadata` is found within the `Google.Cloud.Datastore.Admin.V1` namespace and is contained within the `Google.Cloud.Datastore.Admin.V1.dll` assembly."]]],[]]