Table of Contents

Class DistinctOptions

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Options for the distinct command.

public sealed class DistinctOptions
Inheritance
DistinctOptions
Inherited Members

Properties

Collation

Gets or sets the collation.

public Collation Collation { get; set; }

Property Value

Collation

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?