public sealed class CreateIndexRequest : IMessage<CreateIndexRequest>, IEquatable<CreateIndexRequest>, IDeepCloneable<CreateIndexRequest>, IBufferMessage, IMessage
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."],[[["This webpage details the `CreateIndexRequest` class, which is used to request the creation of a composite index in Firestore."],["The latest version available is 3.12.0, with versions ranging back to 2.2.0, all of which appear to be linked on the page."],["`CreateIndexRequest` inherits from `Object` and implements `IMessage\u003cCreateIndexRequest\u003e`, `IEquatable\u003cCreateIndexRequest\u003e`, `IDeepCloneable\u003cCreateIndexRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The class includes properties such as `Index`, `Parent`, and `ParentAsCollectionGroupName`, which are essential for defining and locating the index to be created."],["The `CreateIndexRequest` class has two constructors, one being empty and another that accepts another `CreateIndexRequest` instance as a parameter."]]],[]]