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 information for the `DeleteIndexRequest` class within the Google.Cloud.Firestore.Admin.V1 API, detailing its usage for requesting the deletion of an index."],["The `DeleteIndexRequest` class, which is part of version 3.6.0 of the API, inherits from object and implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class features two constructors: one default and another that accepts another `DeleteIndexRequest` object as a parameter, used in particular for cloning purposes."],["It has two properties, `IndexName` and `Name`, which are used to specify the index to be deleted."],["This API supports multiple versions and the document lists from version 2.2.0 all the way up to the latest version 3.12.0."]]],[]]