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.

FinalizeFunction

Gets or sets the finalize function.

Initial

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

KeyFields

Gets or sets the key fields.

KeyFunction

Gets or sets the key function.

MaxTime

Gets or sets the max time.

Query

Gets or sets the query.

ReduceFunction

Gets or sets the reduce function.