logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

void

Author

       MongoDB, Inc

Description

let  is  a map of parameter names and values to apply to all operations within the bulk write. Value must
       be constant or closed expressions that do not reference document fields. Parameters can then be  accessed
       as variables in an aggregate expression context (e.g. "$$var").

Synopsis

          void
          mongoc_bulkwriteopts_set_let (mongoc_bulkwriteopts_t *self, const bson_t *let);

See Also