Class DistinctArgs
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
Key
Gets or sets the key.
public string Key { get; set; }
Property Value
MaxTime
Gets or sets the max time.
public TimeSpan? MaxTime { get; set; }
Property Value
Query
Gets or sets the query.
public IMongoQuery Query { get; set; }
Property Value
ValueSerializer
Gets or sets the value serializer.
public IBsonSerializer ValueSerializer { get; set; }