GoogleFirestoreAdminV1Index Object

GoogleFirestoreAdminV1Index(
  state = NULL,
  queryScope = NULL,
  fields = NULL,
  name = NULL
)

Arguments

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

Value

GoogleFirestoreAdminV1Index object

Details

Autogenerated via gar_create_api_objects Cloud Firestore indexes enable simple and complex queries against documents in a database.

See also

Other GoogleFirestoreAdminV1Index functions: projects.databases.collectionGroups.indexes.create()