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, covering versions from 2.2.0 to the latest 3.12.0."],["The `IndexConfigDelta` class is used to represent information about an index configuration change in the Firestore Admin API."],["This class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `IndexConfigDelta` include `ChangeType`, indicating how an index is changing, and `Index`, representing the specific index being modified."],["Constructors are available for creating a new `IndexConfigDelta` instance, either as an empty object or by copying an existing `IndexConfigDelta` object."]]],[]]