google_api_firestore v0.9.0 GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1IndexConfig View Source
The index configuration for this field.
Attributes
ancestorField
(type:String.t
, default:nil
) - Output only. Specifies the resource name of theField
from which this field's index configuration is set (whenuses_ancestor_config
is true), or from which it would be set if this field had no index configuration (whenuses_ancestor_config
is false).indexes
(type:list(GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1Index.t)
, default:nil
) - The indexes supported for this field.reverting
(type:boolean()
, default:nil
) - Output only When true, theField
'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 byancestor_field
, at which pointuses_ancestor_config
will betrue
andreverting
will befalse
.usesAncestorConfig
(type:boolean()
, default:nil
) - Output only. When true, theField
's index configuration is set from the configuration specified by theancestor_field
. When false, theField
's index configuration is defined explicitly.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1IndexConfig{ ancestorField: String.t(), indexes: [GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1Index.t()], reverting: boolean(), usesAncestorConfig: boolean() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.