Preparing search index...
The search index is not available
@datastax/astra-db-ts
@datastax/astra-db-ts
TableIndexDescriptor
Type alias TableIndexDescriptor
Table
Index
Descriptor
:
(
TableRegularIndexDescriptor
|
TableTextIndexDescriptor
|
TableVectorIndexDescriptor
|
TableUnknownIndexDescriptor
)
&
{
name
:
string
;
}
Information about an index, used when
nameOnly
is false in
ListIndexOptions
.
Type declaration
name
:
string
See
ListIndexOptions
Table.listIndexes
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@datastax/astra-db-ts
Loading...
Information about an index, used when
nameOnlyis false in ListIndexOptions.