public sealed class 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 information for the `FieldOperationMetadata.Types.IndexConfigDelta` class within the Firestore Admin v1 API, detailing its inheritance, implementations, and usage."],["The latest version of this resource, `3.12.0`, is available, and it provides links to historical versions down to version `2.2.0`, allowing users to review changes and documentation across different releases."],["The `IndexConfigDelta` class, used to represent an index configuration change, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, deep cloning, and buffer operations."],["Key properties of `IndexConfigDelta` include `ChangeType`, which defines how an index is being modified, and `Index`, which specifies the particular index that is subject to the change."],["The `IndexConfigDelta` class can be constructed with no parameters or by passing in another `FieldOperationMetadata.Types.IndexConfigDelta` object."]]],[]]