Enum CursorState
- Namespace
- DataStax.AstraDB.DataApi.Core.Enumeration
- Assembly
- DataStax.AstraDB.DataApi.dll
Represents the current state of a cursor.
public enum CursorState
Fields
Closed = 2The cursor has been closed and can no longer be used.
Idle = 0The cursor has not been started yet.
Started = 1The cursor has been started and is actively iterating.