Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
MONGOC_BULKWRITEOPTS_SET_LET(3)     libmongoc	 MONGOC_BULKWRITEOPTS_SET_LET(3)

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

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").

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026	 MONGOC_BULKWRITEOPTS_SET_LET(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mongoc_bulkwriteopts_set_let&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help