Table of Contents

Class GroupArgs

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

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

Collation

FinalizeFunction

Gets or sets the finalize function.

public BsonJavaScript FinalizeFunction { get; set; }

Property Value

BsonJavaScript

Initial

Gets or sets the initial value of the aggregation result document.

public BsonDocument Initial { get; set; }

Property Value

BsonDocument

KeyFields

Gets or sets the key fields.

public IMongoGroupBy KeyFields { get; set; }

Property Value

IMongoGroupBy

KeyFunction

Gets or sets the key function.

public BsonJavaScript KeyFunction { get; set; }

Property Value

BsonJavaScript

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

ReduceFunction

Gets or sets the reduce function.

public BsonJavaScript ReduceFunction { get; set; }

Property Value

BsonJavaScript