Last Updated: 3/10/2026
- CreateIndexBuilderProps
Interface CreateIndexBuilderProps
interface CreateIndexBuilderProps {
executor: QueryExecutor;
node: CreateIndexNode;
queryId: QueryId;
}
Index
Properties
Properties
Readonlyexecutor
executor: QueryExecutor
Readonlynode
node: CreateIndexNode
ReadonlyqueryId
queryId: QueryId
Settings
Member Visibility
On This Page
Properties