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

FreeBSD Manual Pages

  
 
  

home | help
MONGOC_BULKWRI...TS_SET_ORDERED(3) libmongocMONGOC_BULKWRI...TS_SET_ORDERED(3)

SYNOPSIS
	  void
	  mongoc_bulkwriteopts_set_ordered (mongoc_bulkwriteopts_t *self, bool ordered);

DESCRIPTION
       ordered	specifies  whether the operations in this bulk write should be
       executed	in the order in	which they were	specified.  If	false,	writes
       will  continue  to  be  executed	if an individual write fails. If true,
       writes will stop	executing if an	individual write fails.

       By default, bulk	writes are ordered.

AUTHOR
       MongoDB,	Inc

COPYRIGHT
       2009-present, MongoDB, Inc.

1.30.2				 Apr 12, 202MONGOC_BULKWRI...TS_SET_ORDERED(3)

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

home | help