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

  
 
  

home | help
MONGOC_BULKWRI...TS_SET_ORDERED(3)  libmongoc MONGOC_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 exe-
     cuted in the order in which they were specified. If false, writes will con-
     tinue 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.8				  Aug 27, 2026MONGOC_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+15.1.quarterly>

home | help