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."],[[["This document provides reference documentation for the `FieldOperationMetadata.Types.IndexConfigDelta` class within the Firestore Admin v1 API for .NET."],["The `IndexConfigDelta` class is used to describe changes made to an index configuration and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest available version of `FieldOperationMetadata.Types.IndexConfigDelta` is version 3.12.0, with versions going back to 2.2.0 which are also documented."],["The `IndexConfigDelta` class includes properties such as `ChangeType` which indicates how the index is being changed and the `Index` property which specifies the index being modified."],["There are multiple constructors available to initialize the IndexConfigDelta class, including a parameterless constructor and one that accepts another IndexConfigDelta instance as a copy."]]],[]]