Class DistinctOptions
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
Comment
Gets or sets the comment.
public BsonValue Comment { get; set; }
Property Value
MaxTime
Gets or sets the maximum time.
public TimeSpan? MaxTime { get; set; }