Table of Contents

Enum CursorType

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

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.