CursorType Enumeration
The cursor type.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntax
C#
VB
F#
Copy
public
enum
CursorType
Public
Enumeration
CursorType
type
CursorType
Members
Member name
Value
Description
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.
See Also
Reference
MongoDB.Driver Namespace