Show / Hide Table of Contents

Class GoogleFirestoreAdminV1IndexConfig

The index configuration for this field.

Inheritance
object
GoogleFirestoreAdminV1IndexConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Firestore.v1.Data
Assembly: Google.Apis.Firestore.v1.dll
Syntax
public class GoogleFirestoreAdminV1IndexConfig : IDirectResponseSchema

Properties

AncestorField

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).

Declaration
[JsonProperty("ancestorField")]
public virtual string AncestorField { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Indexes

The indexes supported for this field.

Declaration
[JsonProperty("indexes")]
public virtual IList<GoogleFirestoreAdminV1Index> Indexes { get; set; }
Property Value
Type Description
IList<GoogleFirestoreAdminV1Index>

Reverting

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.

Declaration
[JsonProperty("reverting")]
public virtual bool? Reverting { get; set; }
Property Value
Type Description
bool?

UsesAncestorConfig

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.

Declaration
[JsonProperty("usesAncestorConfig")]
public virtual bool? UsesAncestorConfig { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX