IndexesArgs

data class IndexesArgs(val dataType: Output<Either<String, DataType>>? = null, val kind: Output<Either<String, IndexKind>>? = null, val precision: Output<Int>? = null) : ConvertibleToJava<IndexesArgs>

The indexes for the path.

Constructors

Link copied to clipboard
constructor(dataType: Output<Either<String, DataType>>? = null, kind: Output<Either<String, IndexKind>>? = null, precision: Output<Int>? = null)

Properties

Link copied to clipboard
val dataType: Output<Either<String, DataType>>? = null

The datatype for which the indexing behavior is applied to.

Link copied to clipboard
val kind: Output<Either<String, IndexKind>>? = null

Indicates the type of index.

Link copied to clipboard
val precision: Output<Int>? = null

The precision of the index. -1 is maximum precision.

Functions

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