mongoc
R2026bCreate MongoDB C++ interface connection
Description
specifies additional options using one or more name-value arguments. For example,
conn = mongoc(server,port,dbname,Name=Value)UserName="adminuser" specifies the username for the connection. To use
X.509 authentication, specify the CertKeyFile and
CAFile arguments.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2021bSee Also
Objects
Functions
Topics
- Import and Analyze Data from MongoDB Using MongoDB C++ Interface
- Import Filtered Data from MongoDB Using MongoDB C++ Interface
- Import Large Data from MongoDB Using MongoDB C++ Interface
- Export MATLAB Data into MongoDB Using MongoDB C++ Interface
- Import and Export MATLAB Objects Using MongoDB and MongoDB C++ Interface