|
SYNOPSISbool mongoc_uri_set_mechanism_properties (mongoc_uri_t *uri, PARAMETERS
DESCRIPTIONReplaces all the options in URI's "authMechanismProperties" after the URI has been parsed from a string. RETURNSReturns false if the option cannot be set, for example if properties is not valid BSON data. EXAMPLEmongoc_uri_t *uri; bson_t props = BSON_INITIALIZER; uri = mongoc_uri_new ( AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|