StoreIndexFieldSearchJsonKeyArgs

data class StoreIndexFieldSearchJsonKeyArgs(val alias: Output<String>? = null, val docValue: Output<Boolean>? = null, val name: Output<String>, val type: Output<String>? = null) : ConvertibleToJava<StoreIndexFieldSearchJsonKeyArgs>

Constructors

Link copied to clipboard
constructor(alias: Output<String>? = null, docValue: Output<Boolean>? = null, name: Output<String>, type: Output<String>? = null)

Properties

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

The alias of one field.

Link copied to clipboard
val docValue: Output<Boolean>? = null

Whether to enable statistics. default to true.

Link copied to clipboard
val name: Output<String>

When using the json_keys field, this field is required.

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

The type of one field. Valid values: "long", "text", "double". Default to "long"

Functions

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