IndexesResponse

data class IndexesResponse(val dataType: String? = null, val kind: String? = null, val precision: Int? = null)

The indexes for the path.

Constructors

Link copied to clipboard
constructor(dataType: String? = null, kind: String? = null, precision: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataType: String? = null

The datatype for which the indexing behavior is applied to.

Link copied to clipboard
val kind: String? = null

Indicates the type of index.

Link copied to clipboard
val precision: Int? = null

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