public sealed class CreateIndexRequest : IMessage<CreateIndexRequest>, IEquatable<CreateIndexRequest>, IDeepCloneable<CreateIndexRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class CreateIndexRequest.
The request for
[FirestoreAdmin.CreateIndex][google.firestore.admin.v1.FirestoreAdmin.CreateIndex].
[[["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."],[[["The latest version of the `CreateIndexRequest` class is 3.12.0, and there are multiple previous versions available, dating back to 2.2.0."],["The `CreateIndexRequest` class is part of the Firestore Admin v1 API and is used to initiate the creation of a composite index within a Firestore database."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer operations."],["The `CreateIndexRequest` class has two key properties, `Index` which is the index to create, and `Parent`, which represents the parent resource where the index will be created, such as a collection group."],["There are two constructors available for the `CreateIndexRequest` class, one empty, and one that takes another `CreateIndexRequest` as a parameter to initialize the current object."]]],[]]