![]() |
![]()
| ![]() |
![]()
Binary Field Subtype SYNOPSIS#include <bson/bson.h> typedef enum { DESCRIPTIONThis enumeration contains the various subtypes that may be used in a binary field. See http://bsonspec.org for more information. EXAMPLEbson_t doc = BSON_INITIALIZER; BSON_APPEND_BINARY (&doc, "binary", BSON_SUBTYPE_BINARY, data, data_len); AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|