Preparing search index...
The search index is not available
@datastax/astra-db-ts
@datastax/astra-db-ts
FindCursorStatus
Type alias FindCursorStatus
Find
Cursor
Status
:
"idle"
|
"started"
|
"closed"
Represents the status of a cursor.
Status
Description
idle
The cursor is uninitialized/not in use, and may be modified freely.
started
The cursor is currently in use, and cannot be modified w/out rewinding or cloning.
closed
The cursor is closed, and cannot be used w/out rewinding or cloning.
See
FindCursor.state
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@datastax/astra-db-ts
Loading...
Represents the status of a cursor.
idle
started
closed