.\" Man page generated from reStructuredText. . .TH "MONGOC_URI_SET_OPTION_AS_INT64" "3" "Jun 04, 2021" "1.17.6" "libmongoc" .SH NAME mongoc_uri_set_option_as_int64 \- mongoc_uri_set_option_as_int64() . .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 bool mongoc_uri_set_option_as_int64 (const mongoc_uri_t *uri, const char *option, int64_t value); .ft P .fi .UNINDENT .UNINDENT .SH PARAMETERS .INDENT 0.0 .IP \(bu 2 \fBuri\fP: A \fBmongoc_uri_t\fP\&. .IP \(bu 2 \fBoption\fP: The name of an option, case insensitive. .IP \(bu 2 \fBvalue\fP: The new value. .UNINDENT .SH DESCRIPTION .sp Sets an individual URI option, after the URI has been parsed from a string. .sp Only known options of type int32 or int64 can be set. For 32\-bit integer options, the function returns \fBfalse\fP when trying to set a 64\-bit value that exceeds the range of an \fBint32_t\fP\&. Values that fit into an \fBint32_t\fP will be set correctly. In both cases, a warning will be emitted. .sp Updates the option in\-place if already set, otherwise appends it to the URI\(aqs \fI\%bson_t\fP of options. .SH RETURNS .sp True if successfully set (the named option is a known option of type int64). .SH SEE ALSO .INDENT 0.0 .IP \(bu 2 \fBmongoc_uri_option_is_int64()\fP .IP \(bu 2 \fBmongoc_uri_set_option_as_int32()\fP .UNINDENT .SH AUTHOR MongoDB, Inc .SH COPYRIGHT 2017-present, MongoDB, Inc .\" Generated by docutils manpage writer. .