Class GroupArgs
Represents arguments for the Group command helper method.
public class GroupArgs
- Inheritance
-
GroupArgs
- Inherited Members
- Extension Methods
Properties
Collation
Gets or sets the collation.
public Collation Collation { get; set; }
Property Value
FinalizeFunction
Gets or sets the finalize function.
public BsonJavaScript FinalizeFunction { get; set; }
Property Value
Initial
Gets or sets the initial value of the aggregation result document.
public BsonDocument Initial { get; set; }
Property Value
KeyFields
Gets or sets the key fields.
public IMongoGroupBy KeyFields { get; set; }
Property Value
KeyFunction
Gets or sets the key function.
public BsonJavaScript KeyFunction { 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
ReduceFunction
Gets or sets the reduce function.
public BsonJavaScript ReduceFunction { get; set; }