public sealed class IndexConfig : IMessage<Field.Types.IndexConfig>, IEquatable<Field.Types.IndexConfig>, IDeepCloneable<Field.Types.IndexConfig>, IBufferMessage, IMessage
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\u003eThe webpage documents the \u003ccode\u003eIndexConfig\u003c/code\u003e class, which is part of the \u003ccode\u003eGoogle.Cloud.Firestore.Admin.V1\u003c/code\u003e namespace and is used to manage index configurations for fields in Firestore.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eIndexConfig\u003c/code\u003e 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, and inherits from \u003ccode\u003eObject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a default \u003ccode\u003eIndexConfig()\u003c/code\u003e and a constructor \u003ccode\u003eIndexConfig(Field.Types.IndexConfig)\u003c/code\u003e that takes another \u003ccode\u003eIndexConfig\u003c/code\u003e instance as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eIndexConfig\u003c/code\u003e include \u003ccode\u003eAncestorField\u003c/code\u003e, which specifies the resource name of the field from which the index configuration is inherited, \u003ccode\u003eIndexes\u003c/code\u003e, which lists the supported indexes, \u003ccode\u003eReverting\u003c/code\u003e, indicating if the configuration is being reverted, and \u003ccode\u003eUsesAncestorConfig\u003c/code\u003e, signaling whether the configuration is inherited.\u003c/p\u003e\n"],["\u003cp\u003eMultiple versions of \u003ccode\u003eIndexConfig\u003c/code\u003e are available, ranging from version 2.2.0 to 3.12.0, each with its own documentation link.\u003c/p\u003e\n"]]],[],null,[]]