Skip to content

Instantly share code, notes, and snippets.

@L04DB4L4NC3R
Last active September 6, 2019 00:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save L04DB4L4NC3R/4cc82310fc6c39aa0cc9654bf6d41fe4 to your computer and use it in GitHub Desktop.
Save L04DB4L4NC3R/4cc82310fc6c39aa0cc9654bf6d41fe4 to your computer and use it in GitHub Desktop.
GridFS collections
{
"_id": {
"$oid": "5d1bb7a420471bc4ba7d502e"
},
"files_id": {
"$oid": "5d1bb79d20471bc4ba7d502d"
},
"n": {
"$numberInt": "0"
},
"data": {
"$binary": {
"base64": "BASE64 STRING HERE",
"subType": "00"
}
}
}
{
"_id": {
"$oid": "5d6272ff0992dce2e78685c6"
},
"filename": "banner3.png",
"contentType": "image/png",
"md5": "325584a4cfe866f89d825640aff3691f",
"chunkSize": {
"$numberInt": "261120"
},
"length": {
"$numberInt": "115959"
},
"uploadDate": {
"$date": {
"$numberLong": "1566733059595"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment