.\" Man page generated from reStructuredText. . .TH "MONGOC_BULK_OPERATION_SET_CLIENT" "3" "May 01, 2018" "1.9.6-dev" "MongoDB C Driver" .SH NAME mongoc_bulk_operation_set_client \- mongoc_bulk_operation_set_client() . .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 .. .SH SYNOPSIS .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C void mongoc_bulk_operation_set_client (mongoc_bulk_operation_t *bulk, void *client); .ft P .fi .UNINDENT .UNINDENT .SH PARAMETERS .INDENT 0.0 .IP \(bu 2 \fBbulk\fP: A \fBmongoc_bulk_operation_t\fP\&. .IP \(bu 2 \fBclient\fP: A \fBmongoc_client_t\fP\&. .UNINDENT .SH DESCRIPTION .sp Specifies a client to use for the operation. This function has an effect only if called before \fBmongoc_bulk_operation_execute\fP\&. .sp If a \fBmongoc_client_session_t\fP has already been assigned with \fBmongoc_bulk_operation_set_client_session\fP, the \fBclient\fP parameter must be the same as the \fBmongoc_client_t\fP associated with that \fBmongoc_client_session_t\fP\&. .sp Use \fBmongoc_bulk_operation_set_client\fP only for building a language driver that wraps the C Driver. When writing applications in C, a client is implicitly set by \fBmongoc_collection_create_bulk_operation_with_opts\fP\&. .sp The \fBclient\fP parameter\(aqs type is a void pointer by mistake, but it must be preserved for ABI. You must only pass a \fBmongoc_client_t\fP pointer for \fBclient\fP\&. .SH AUTHOR MongoDB, Inc .SH COPYRIGHT 2018, MongoDB, Inc .\" Generated by docutils manpage writer. .