.\" Man page generated from reStructuredText. . . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .TH "MONGOC_DATABASE_CREATE_COLLECTION" "3" "May 07, 2024" "1.27.1" "libmongoc" .SH SYNOPSIS .INDENT 0.0 .INDENT 3.5 .sp .EX mongoc_collection_t * mongoc_database_create_collection (mongoc_database_t *database, const char *name, const bson_t *opts, bson_error_t *error) BSON_GNUC_WARN_UNUSED_RESULT; .EE .UNINDENT .UNINDENT .SH PARAMETERS .INDENT 0.0 .IP \(bu 2 \fBdatabase\fP: A \fI\%mongoc_database_t\fP\&. .IP \(bu 2 \fBname\fP: The name of the new collection. .IP \(bu 2 \fBopts\fP: An optional \fI\%bson_t\fP for opts to the \fBcreate\fP command. .IP \(bu 2 \fBerror\fP: A location for a \fI\%bson_error_t\fP or \fBNULL\fP\&. .UNINDENT .SH DESCRIPTION .sp This function creates a \fI\%mongoc_collection_t\fP from the given \fI\%mongoc_database_t\fP\&. .sp If no write concern is provided in \fBopts\fP, the database\(aqs write concern is used. .sp The \fBencryptedFields\fP document in \fBopts\fP may be used to create a collection used for \fI\%Queryable Encryption\fP\&. .sp For a list of all options, see \fI\%the MongoDB Manual entry on the create command\fP\&. .SH ERRORS .sp Errors are propagated via the \fBerror\fP parameter. .SH RETURNS .sp This function returns a newly allocated \fI\%mongoc_collection_t\fP upon success, \fBNULL\fP upon failure and \fBerror\fP is set. .SH AUTHOR MongoDB, Inc .SH COPYRIGHT 2017-present, MongoDB, Inc .\" Generated by docutils manpage writer. .