Table of Contents

Enum CursorType

Namespace
MongoDB.Driver.Core.Operations
Assembly
MongoDB.Driver.Core.dll

The cursor type.

public enum CursorType

Fields

NonTailable = 0

A non-tailable cursor. This is sufficient for most uses.

Tailable = 1

A tailable cursor.

TailableAwait = 2

A tailable cursor with a built-in server sleep.