Field Index Config Index Args
data class FieldIndexConfigIndexArgs(val arrayConfig: Output<String>? = null, val order: Output<String>? = null, val queryScope: Output<String>? = null) : ConvertibleToJava<FieldIndexConfigIndexArgs>
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
.