Options
All
  • Public
  • Public/Protected
  • All
Menu

Class QueryIndex

Contains a specific index configuration for the query service.

Hierarchy

  • QueryIndex

Index

Properties

condition?: string

The conditional expression to limit the indexes scope.

indexKey: string[]

The keys for this index.

isPrimary: boolean

Whether this is a primary or secondary index.

keyspace: string

The keyspace which this index covers.

name: string

The name of the index.

partition?: string

Information about the partitioning of this index.

state: string

The current state of the index.

type: string

The type of index.

Generated using TypeDoc