mongoc_insert_flags_t - mongoc_insert_flags_t

NAME  SYNOPSIS  DESCRIPTION  FLAG VALUES  AUTHOR  COPYRIGHT 

NAME

mongoc_insert_flags_t − mongoc_insert_flags_t

Flags for insert operations

SYNOPSIS

typedef enum {
   MONGOC_INSERT_NONE = 0,
   MONGOC_INSERT_CONTINUE_ON_ERROR = 1 << 0,
} mongoc_insert_flags_t;

#define MONGOC_INSERT_NO_VALIDATE (1U << 31)

DESCRIPTION

These flags correspond to the MongoDB wire protocol. They may be bitwise or'd together. They may modify how an insert happens on the MongoDB server.

FLAG VALUES

AUTHOR

MongoDB, Inc

COPYRIGHT

2017-present, MongoDB, Inc


Updated 2024-01-29 - jenkler.se | uex.se