Man page - mongoc_update_flags_t(3)

Packages contains this manual

Manual

MONGOC_UPDATE_FLAGS_T

SYNOPSIS
DESCRIPTION
FLAG VALUES
AUTHOR
COPYRIGHT

Flags for update operations

SYNOPSIS

typedef enum {
MONGOC_UPDATE_NONE = 0,
MONGOC_UPDATE_UPSERT = 1 << 0,
MONGOC_UPDATE_MULTI_UPDATE = 1 << 1,
} mongoc_update_flags_t;

#define MONGOC_UPDATE_NO_VALIDATE (1U << 31)

DESCRIPTION

These flags correspond to the MongoDB wire protocol. They may be bitwise or'd together. The allow for modifying the way an update is performed in the MongoDB server.

FLAG VALUES

Image grohtml-394999-1.png

AUTHOR

MongoDB, Inc

COPYRIGHT

2009-present, MongoDB, Inc.