Field Index Config Index
data class FieldIndexConfigIndex(val arrayConfig: String? = null, val order: String? = null, val queryScope: String? = null)
Properties
Link copied to clipboard
Indicates that this field supports operations on arrayValues. Only one of order
and arrayConfig
can be specified. Possible values are: CONTAINS
.
Link copied to clipboard
The scope at which a query is run. Collection scoped queries require you specify the collection at query time. Collection group scope allows queries across all collections with the same id. Default value is COLLECTION
. Possible values are: COLLECTION
, COLLECTION_GROUP
.