GoogleFirestoreAdminV1IndexField Object

GoogleFirestoreAdminV1IndexField(
  arrayConfig = NULL,
  order = NULL,
  fieldPath = NULL
)

Arguments

arrayConfig

Indicates that this field supports operations on array_values

order

Indicates that this field supports ordering by the specified order or comparing using =, !=, <, <=, >, >=

fieldPath

Can be name

Value

GoogleFirestoreAdminV1IndexField object

Details

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