public sealed class FieldOperationMetadata.Types.IndexConfigDelta : IMessage<FieldOperationMetadata.Types.IndexConfigDelta>, IEquatable<FieldOperationMetadata.Types.IndexConfigDelta>, IDeepCloneable<FieldOperationMetadata.Types.IndexConfigDelta>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class FieldOperationMetadata.Types.IndexConfigDelta.
[[["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 document provides reference information for the `FieldOperationMetadata.Types.IndexConfigDelta` class within the Firestore Admin v1 API."],["This class represents data regarding changes to index configurations, and is available across multiple versions, from 2.2.0 up to the latest 3.12.0."],["`IndexConfigDelta` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities."],["The class includes properties such as `ChangeType` to specify how the index is changing and `Index` to indicate the specific index being modified."],["The class is constructed using either a blank constructor, `IndexConfigDelta()`, or by referencing another instance of itself, via `IndexConfigDelta(FieldOperationMetadata.Types.IndexConfigDelta other)`."]]],[]]