Table of Contents

Class EstimatedDocumentCountOptions

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Options for estimated document count.

public sealed class EstimatedDocumentCountOptions
Inheritance
EstimatedDocumentCountOptions
Inherited Members

Properties

Comment

Gets or sets the comment.

public BsonValue Comment { get; set; }

Property Value

BsonValue

MaxTime

Gets or sets the maximum time.

public TimeSpan? MaxTime { get; set; }

Property Value

TimeSpan?