Class GoogleFirestoreAdminV1beta2IndexConfig
The index configuration for this field.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1beta2.Data
Assembly: Google.Apis.Firestore.v1beta2.dll
Syntax
public class GoogleFirestoreAdminV1beta2IndexConfig : 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<GoogleFirestoreAdminV1beta2Index> Indexes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleFirestoreAdminV1beta2Index> |
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? |