Options
All
  • Public
  • Public/Protected
  • All
Menu

Class QueryIndex

Contains a specific index configuration for the query service.

Hierarchy

  • QueryIndex

Index

Properties

Optional condition

condition: string

The conditional expression to limit the indexes scope.

indexKey

indexKey: string[]

The keys for this index.

isPrimary

isPrimary: boolean

Whether this is a primary or secondary index.

keyspace

keyspace: string

The keyspace which this index covers.

name

name: string

The name of the index.

Optional partition

partition: string

Information about the partitioning of this index.

state

state: string

The current state of the index.

type

type: string

The type of index.

Generated using TypeDoc