Back to top

ReQL command: indexList

Command syntax

table.indexList() → array

Description

List all the secondary indexes of this table.

Example: List the available secondary indexes for this table.

r.table('marvel').indexList().run(conn);

Get more help

Couldn't find what you were looking for?