View source: R/firestore_objects.R
GoogleFirestoreAdminV1Index | R Documentation |
GoogleFirestoreAdminV1Index Object
GoogleFirestoreAdminV1Index( state = NULL, queryScope = NULL, fields = NULL, name = NULL )
state |
Output only |
queryScope |
Indexes with a collection query scope specified allow queries against a collection that is the child of a specific document, specified at query time, and that has the same collection id |
fields |
The fields supported by this index |
name |
Output only |
Autogenerated via gar_create_api_objects
Cloud Firestore indexes enable simple and complex queries against documents in a database.
GoogleFirestoreAdminV1Index object
Other GoogleFirestoreAdminV1Index functions:
projects.databases.collectionGroups.indexes.create()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.