Enum CursorType
The cursor type.
public enum CursorType
Fields
NonTailable = 0
A non-tailable cursor. This is sufficient for a vast majority of uses.
Tailable = 1
A tailable cursor.
TailableAwait = 2
A tailable cursor with a built-in server sleep.