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

Used to specify which version of the MongoDB server's API to use for driver connections.

Author

       MongoDB, Inc

Synopsis

       Used to specify which version of the MongoDB server's API to use for driver connections.

       The  server  API  type takes a mongoc_server_api_version_t. It can optionally be strict about the list of
       allowed commands in that API version, and can also optionally provide errors for deprecated  commands  in
       that API version.

       A  mongoc_server_api_t  can  be  set  on a client, and will then be sent to MongoDB for most commands run
       using that client.

See Also