FieldIndexConfigIndexArgs

data class FieldIndexConfigIndexArgs(val arrayConfig: Output<String>? = null, val order: Output<String>? = null, val queryScope: Output<String>? = null) : ConvertibleToJava<FieldIndexConfigIndexArgs>

Constructors

Link copied to clipboard
constructor(arrayConfig: Output<String>? = null, order: Output<String>? = null, queryScope: Output<String>? = null)

Properties

Link copied to clipboard
val arrayConfig: Output<String>? = null

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
val order: Output<String>? = null

Indicates that this field supports ordering by the specified order or comparing using =, <, <=, >, >=, !=. Only one of order and arrayConfig can be specified. Possible values are: ASCENDING, DESCENDING.

Link copied to clipboard
val queryScope: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): FieldIndexConfigIndexArgs