public sealed class Field.Types.IndexConfig : IMessage<Field.Types.IndexConfig>, IEquatable<Field.Types.IndexConfig>, IDeepCloneable<Field.Types.IndexConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class Field.Types.IndexConfig.
Output only. Specifies the resource name of the Field from which this field's
index configuration is set (when uses_ancestor_config is true),
or from which it would be set if this field had no index configuration
(when uses_ancestor_config is false).
Output only
When true, the Field's index configuration is in the process of being
reverted. Once complete, the index config will transition to the same
state as the field specified by ancestor_field, at which point
uses_ancestor_config will be true and reverting will be false.
Output only. When true, the Field's index configuration is set from the
configuration specified by the ancestor_field.
When false, the Field's index configuration is defined explicitly.
[[["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\u003eThis webpage provides documentation for the \u003ccode\u003eField.Types.IndexConfig\u003c/code\u003e class within the Firestore Admin v1 API, covering versions from 2.2.0 up to the latest 3.12.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eField.Types.IndexConfig\u003c/code\u003e is a class that handles the index configuration for a specific field, and it implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eIndexConfig\u003c/code\u003e class has properties like \u003ccode\u003eAncestorField\u003c/code\u003e, \u003ccode\u003eIndexes\u003c/code\u003e, \u003ccode\u003eReverting\u003c/code\u003e, and \u003ccode\u003eUsesAncestorConfig\u003c/code\u003e, which deal with the index configuration, including whether it's inherited, the specific indexes, if it is in the process of reverting, and what field it uses as its ancestor.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for creating instances of \u003ccode\u003eIndexConfig\u003c/code\u003e: one default constructor and another that allows you to create a new \u003ccode\u003eIndexConfig\u003c/code\u003e instance based on an existing one.\u003c/p\u003e\n"],["\u003cp\u003eThe documented versions show a range of updates and references to the API and .NET classes, with the newest version being the most recent update and the earliest version starting at version 2.2.0, illustrating the evolution of this particular class within the Firestore API.\u003c/p\u003e\n"]]],[],null,[]]