google_api_firestore v0.11.0 GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1IndexField View Source

A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.

Attributes

  • arrayConfig (type: String.t, default: nil) - Indicates that this field supports operations on array_values.
  • fieldPath (type: String.t, default: nil) - Can be name. For single field indexes, this must match the name of the field or may be omitted.
  • order (type: String.t, default: nil) - Indicates that this field supports ordering by the specified order or comparing using =, <, <=, >, >=.

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 Source
t() :: %GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1IndexField{
  arrayConfig: String.t(),
  fieldPath: String.t(),
  order: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.