Manpage logo

mongoc_remove_flags_t -

SYNOPSIS  DESCRIPTION  FLAG VALUES  AUTHOR  COPYRIGHT 

Flags for deletion operations

SYNOPSIS

typedef enum {
MONGOC_REMOVE_NONE = 0,
MONGOC_REMOVE_SINGLE_REMOVE = 1 << 0,
} mongoc_remove_flags_t;

DESCRIPTION

These flags correspond to the MongoDB wire protocol. They may be bitwise or'd together. They may change the number of documents that are removed during a remove command.

FLAG VALUES

AUTHOR

MongoDB, Inc

COPYRIGHT

2017-present, MongoDB, Inc


Updated 2026-06-01 - jenkler.se | uex.se