You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mongo/options/aggregateoptions.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ package options
8
8
9
9
import"time"
10
10
11
-
// AggregateOptions represents all possible options to the aggregate() function
11
+
// AggregateOptions represents all possible options to the Aggregate() function.
12
12
typeAggregateOptionsstruct {
13
13
AllowDiskUse*bool// Enables writing to temporary files. When set to true, aggregation stages can write data to the _tmp subdirectory in the dbPath directory
14
14
BatchSize*int32// The number of documents to return per batch
0 commit comments