R/firestore_objects.R
GoogleFirestoreAdminV1IndexField.Rd
GoogleFirestoreAdminV1IndexField Object
GoogleFirestoreAdminV1IndexField(
arrayConfig = NULL,
order = NULL,
fieldPath = NULL
)
Indicates that this field supports operations on array_value
s
Indicates that this field supports ordering by the specified order or comparing using =, !=, <, <=, >, >=
Can be name
GoogleFirestoreAdminV1IndexField object
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.