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."],[[["This webpage details the `IndexOperationMetadata` class, which is designed for managing metadata related to index operations in Google Cloud Datastore Admin."],["`IndexOperationMetadata` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with Google's Protobuf library."],["The class has constructors to create instances, either default or by copying another `IndexOperationMetadata` object, allowing flexibility in object creation."],["Key properties within `IndexOperationMetadata` include `Common` for shared operation metadata, `IndexId` to identify the index, and `ProgressEntities` to track entity processing progress."],["This documentation is available across multiple versions, with the latest version being 2.4.0 and this specific documentation covering version 1.4.0."]]],[]]