Table of Contents

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 = 2

The cursor has been closed and can no longer be used.

Idle = 0

The cursor has not been started yet.

Started = 1

The cursor has been started and is actively iterating.