BSON Types — MongoDB Manual
BSON is a binary serialization format used to store documents and make remote procedure calls in MongoDB. The BSON specification is located at bsonspec.org . Each BSON type has both integer and string identifiers as listed in the following table: The $type operator supports using these values to query fields by their BSON type. $type also supports the number alias, which matches the integer, decimal, double, and long BSON types. The $type aggregation operator returns the BSON type of its argument. The $isNumber aggregation operator returns true if its argument is a BSON integer, decimal, double, or long. New in version 4.4 To determine a field's type, see Type Checking. If you convert BSON to JSON, see the Extended JSON reference. The following sections describe special considerations for particular BSON types. A BSON binary binData value is a byte array. A binData value has a subtype that indicates how to interpret the binary data. The following table shows the subtypes. Compressed
BSON Types - Database Manual - MongoDB Docs Docs Menu Ask MongoDB AI Docs Home / Development Docs Home / Development Docs Home / Development BSON Types Copy page BSON is a binary serialization format used to store documents and make remote procedure calls in MongoDB. The BSON specification is located at bsonspec.org . Each BSON type has both integer and string identifiers as listed in the following table: Type Number Alias Notes Double 1 "double" String 2 "string" Object 3 "object" Array 4 "array" Binary data 5 "binData" Undefined 6 "undefined" Deprecated. ObjectId 7 "objectId" Boolean 8 "bool
Explore this link on the map →related reading
- SchemaTypes - Mongoose v9.8.0mongoosejs.com
- GitHub - redis/redis-om-node: Object mapping, and more, for Redis and Node.js. Written in TypeScript. · GitHubgithub.com
- 9.9. 时间/日期函数和操作符postgres.cn
- GitHub - wanasit/chrono: A natural language date parser in Javascript · GitHubgithub.com
- 練習 - 探索浮點類型 - Training | Microsoft Learnlearn.microsoft.com
- Frontiers | Principles and Practice of Explainable Machine Learningfrontiersin.org
- Frontiers | Organic Molecules in Interstellar Space: Latest Advancesfrontiersin.org
- Frontiers | A Bayesian model for chronic painfrontiersin.org
- GitHub - josephg/diamond-types: The world's fastest CRDT. WIP. · GitHubgithub.com
- mongo/src/mongo/db/query/README.md at master · mongodb/mongo · GitHubgithub.com
- SQL vs NoSQL in 8 Examples | Towards Data Sciencetowardsdatascience.com
- XGBoost Tips and Tricks | Kagglekaggle.com