Table of Contents

Class DistinctArgs

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

Represents arguments for the Distinct command helper method.

public class DistinctArgs
Inheritance
DistinctArgs
Inherited Members
Extension Methods

Properties

Collation

Gets or sets the collation.

public Collation Collation { get; set; }

Property Value

Collation

Key

Gets or sets the key.

public string Key { get; set; }

Property Value

string

MaxTime

Gets or sets the max time.

public TimeSpan? MaxTime { get; set; }

Property Value

TimeSpan?

Query

Gets or sets the query.

public IMongoQuery Query { get; set; }

Property Value

IMongoQuery

ValueSerializer

Gets or sets the value serializer.

public IBsonSerializer ValueSerializer { get; set; }

Property Value

IBsonSerializer