public sealed class DeleteIndexRequest : IMessage<DeleteIndexRequest>, IEquatable<DeleteIndexRequest>, IDeepCloneable<DeleteIndexRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class DeleteIndexRequest.
The request for
[FirestoreAdmin.DeleteIndex][google.firestore.admin.v1.FirestoreAdmin.DeleteIndex].
[[["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 `DeleteIndexRequest` class within the Firestore Admin v1 API in the .NET environment."],["The `DeleteIndexRequest` class is used to request the deletion of an index, as part of the `FirestoreAdmin.DeleteIndex` process."],["The document details the available versions, ranging from version 2.2.0 up to 3.12.0, with the latest being 3.12.0, and contains a list of all available versions."],["`DeleteIndexRequest` inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, detailing inheritance and interface implementation."],["The `DeleteIndexRequest` class includes properties like `IndexName` and `Name`, which are detailed with their respective types and descriptions, and also covers available constructors for `DeleteIndexRequest`."]]],[]]