Skip to content

Commit f4a92b8

Browse files
committed
autoencryptionoptions
1 parent 34df9cb commit f4a92b8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

mongo/options/aggregateoptions.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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.
1819
type AggregateOptions struct {
1920
AllowDiskUse *bool
2021
BatchSize *int32

mongo/options/autoencryptionoptions.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
2830
type AutoEncryptionOptions struct {
2931
KeyVaultClientOptions Lister[ClientOptions]
3032
KeyVaultNamespace string

0 commit comments

Comments
 (0)