File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ import (
1414
1515// AggregateOptions represents arguments that can be used to configure an
1616// Aggregate operation.
17- // See corresponding setter method for documentation
17+ //
18+ // See corresponding setter methods for documentation.
1819type AggregateOptions struct {
1920 AllowDiskUse * bool
2021 BatchSize * int32
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ import (
2525//
2626// Enabling In-Use Encryption reduces the maximum document and message size (using a maxBsonObjectSize of 2MiB and
2727// maxMessageSizeBytes of 6MB) and may have a negative performance impact.
28+ //
29+ // See corresponding setter methods for documentation.
2830type AutoEncryptionOptions struct {
2931 KeyVaultClientOptions Lister [ClientOptions ]
3032 KeyVaultNamespace string
You can’t perform that action at this time.
0 commit comments