mongoc_reply_flags_t - mongoc_reply_flags_t

NAME  SYNOPSIS  DESCRIPTION  FLAG VALUES  AUTHOR  COPYRIGHT 

NAME

mongoc_reply_flags_t − mongoc_reply_flags_t

Flags from server replies

SYNOPSIS

typedef enum {
   MONGOC_REPLY_NONE = 0,
   MONGOC_REPLY_CURSOR_NOT_FOUND = 1 << 0,
   MONGOC_REPLY_QUERY_FAILURE = 1 << 1,
   MONGOC_REPLY_SHARD_CONFIG_STALE = 1 << 2,
   MONGOC_REPLY_AWAIT_CAPABLE = 1 << 3,
} mongoc_reply_flags_t;

DESCRIPTION

These flags correspond to the wire protocol. They may be bitwise or'd together.

FLAG VALUES

AUTHOR

MongoDB, Inc

COPYRIGHT

2017-present, MongoDB, Inc


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