public sealed class IndexField : IMessage<Index.Types.IndexField>, IEquatable<Index.Types.IndexField>, IDeepCloneable<Index.Types.IndexField>, IBufferMessage, IMessage
A field in an index.
The field_path describes which field is indexed, the value_mode describes
how the field value is indexed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eIndexField\u003c/code\u003e class in the \u003ccode\u003eGoogle.Cloud.Firestore.Admin.V1\u003c/code\u003e namespace defines a field within an index for Firestore, specifying how the field value is indexed.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for \u003ccode\u003eIndexField\u003c/code\u003e is 3.12.0, and the document provides links to versions from 2.2.0 up to the current 3.12.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eIndexField\u003c/code\u003e includes properties such as \u003ccode\u003eArrayConfig\u003c/code\u003e, \u003ccode\u003eFieldPath\u003c/code\u003e, and \u003ccode\u003eOrder\u003c/code\u003e, which define the indexing behavior for array values, the name of the field, and the ordering supported, respectively.\u003c/p\u003e\n"],["\u003cp\u003eIt implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in message processing and data management.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors, one default and another that takes an \u003ccode\u003eIndex.Types.IndexField\u003c/code\u003e object as a parameter for initialization.\u003c/p\u003e\n"]]],[],null,[]]