logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

void

Author

       MongoDB, Inc

Parameters

opts: A mongoc_client_encryption_encrypt_opts_tcontention_factor: A non-negative contention factor.

Synopsis

          void
          mongoc_client_encryption_encrypt_opts_set_contention_factor (
              mongoc_client_encryption_encrypt_opts_t *opts, int64_t contention_factor);

       Added in version 1.22.0.

       Sets   a   contention   factor  for  explicit  encryption.   Only  applies  when  the  algorithm  set  by
       mongoc_client_encryption_encrypt_opts_set_algorithm() is "Indexed" or "Range".  It is an error to set the
       contention factor when algorithm is not "Indexed" or "Range".  If contention factor is not  supplied,  it
       defaults to a value of 0.

See Also