Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lib/mongo/client_encryption.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ def create_data_key(kms_provider, options = {})
# provided, it defaults to a value of 0. Contention factor should be set
# only if encryption algorithm is set to "Indexed".
# @option options [ String | nil ] query_type Query type to be applied
# if encryption algorithm is set to "Indexed". Query type should be set
# only if encryption algorithm is set to "Indexed". The only allowed
# value is "equality".
# if encryption algorithm is set to "Indexed" or "Range". Query type
# should be set only if encryption algorithm is set to "Indexed" or
# "Range". Allowed values are "equality" and "range".
#
# @note The :key_id and :key_alt_name options are mutually exclusive. Only
# one is required to perform explicit encryption.
Expand Down