VectorIndexUpdate

A vector index to be added to or removed from a table.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration for creating a new vector index on the table.

Link copied to clipboard

The configuration for deleting an existing vector index from the table.

Functions

Link copied to clipboard
inline fun copy(block: VectorIndexUpdate.Builder.() -> Unit = {}): VectorIndexUpdate
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String