mongo bson 对象ID
好奇 BSON::ObjectId.id.data 数组代表什么?
例如[77, 145, 20, 13, 225, 96, 124, 5, 31, 0, 0, 1]
curious what the BSON::ObjectId.id.data
array represents?
for example [77, 145, 20, 13, 225, 96, 124, 5, 31, 0, 0, 1]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
BSON::ObjectId.id.data
表示 12 字节的 objectId。以下是每个字节的确切含义:
ObjectId 文档
BSON::ObjectId.id.data
represents 12 bytes of objectId.Here's what exactly each byte mean:
ObjectId documentation