View source: R/firestore_objects.R
GoogleFirestoreAdminV1IndexField | R Documentation |
GoogleFirestoreAdminV1IndexField Object
GoogleFirestoreAdminV1IndexField( arrayConfig = NULL, order = NULL, fieldPath = NULL )
arrayConfig |
Indicates that this field supports operations on |
order |
Indicates that this field supports ordering by the specified order or comparing using =, !=, <, <=, >, >= |
fieldPath |
Can be name |
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.
GoogleFirestoreAdminV1IndexField object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.