Table of Contents

Class FindOptionsBase

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll
public abstract class FindOptionsBase
Inheritance
FindOptionsBase
Derived
Inherited Members

Constructors

FindOptionsBase()

public FindOptionsBase()

Properties

AllowPartialResults

public bool? AllowPartialResults { get; set; }

Property Value

bool?

BatchSize

public int? BatchSize { get; set; }

Property Value

int?

Collation

public Collation Collation { get; set; }

Property Value

Collation

Comment

public string Comment { get; set; }

Property Value

string

CursorType

public CursorType CursorType { get; set; }

Property Value

CursorType

MaxAwaitTime

public TimeSpan? MaxAwaitTime { get; set; }

Property Value

TimeSpan?

MaxTime

public TimeSpan? MaxTime { get; set; }

Property Value

TimeSpan?

Modifiers

public BsonDocument Modifiers { get; set; }

Property Value

BsonDocument

NoCursorTimeout

public bool? NoCursorTimeout { get; set; }

Property Value

bool?

OplogReplay

public bool? OplogReplay { get; set; }

Property Value

bool?