Preparing search index...
The search index is not available
@datastax/astra-db-ts
@datastax/astra-db-ts
TableRegularIndexDescriptor
Interface TableRegularIndexDescriptor
Describes a normal index on a scalar, map, list, etc.
interface
TableRegularIndexDescriptor
{
column
:
TableIndexColumn
<
SomeRow
>
;
definition
:
TableIndexOptions
;
indexType
:
"regular"
;
}
Index
Properties
column
definition
index
Type
Properties
column
column
:
TableIndexColumn
<
SomeRow
>
definition
definition
:
TableIndexOptions
index
Type
index
Type
:
"regular"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
column
definition
index
Type
@datastax/astra-db-ts
Loading...
Describes a normal index on a scalar, map, list, etc.