plucky (3) mongoc_auto_encryption_opts_set_key_expiration.3.gz

Provided by: libmongoc-doc_1.30.0-1_all bug

SYNOPSIS

          void
          mongoc_auto_encryption_opts_set_key_expiration (
             mongoc_auto_encryption_opts_t *opts, uint64_t cache_expiration_ms);

PARAMETERS

opts: The mongoc_auto_encryption_opts_tcache_expiration_ms: The data encryption key cache expiration time in milliseconds. Defaults to 60,000.
         0 means "never expire".

       SEE ALSO:
          mongoc_client_enable_auto_encryption()

          In-Use Encryption

AUTHOR

       MongoDB, Inc

       2009-present, MongoDB, Inc.