google_api_firestore v0.0.1 GoogleApi.Firestore.V1beta1.Model.Index View Source
An index definition.
Attributes
- collectionId (String.t): The collection ID to which this index applies. Required. Defaults to:
null
. - fields ([IndexField]): The fields to index. Defaults to:
null
. - name (String.t): The resource name of the index. Output only. Defaults to:
null
. state (String.t): The state of the index. Output only. Defaults to:
null
.- Enum - one of [STATE_UNSPECIFIED, CREATING, READY, ERROR]