Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
MONGOC_SERVER_API_T(3)		    libmongoc		  MONGOC_SERVER_API_T(3)

A versioned API to use for connections.

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 Mon-
     goDB for most commands run using that client.

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026		  MONGOC_SERVER_API_T(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mongoc_server_api_t&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help