the following was returned by the findOne() command:
MongoDB Enterprise mongos> db.chunks.findOne()
{
“_id” : “config.system.sessions-_id_MinKey”,
“ns” : “config.system.sessions”,
“min” : {
“_id” : { “$minKey” : 1 }
},
“max” : {
“_id” : { “$maxKey” : 1 }
},
“shard” : “m103-repl”,
“lastmod” : Timestamp(1, 0),
“lastmodEpoch” : ObjectId(“5d8b7a0d690d00ba7e6c3c87”)
}
the following was returned by the find() command:
MongoDB Enterprise mongos> db.chunks.find().pretty()
{
“_id” : “config.system.sessions-_id_MinKey”,
“ns” : “config.system.sessions”,
“min” : {
“_id” : { “$minKey” : 1 }
},
“max” : {
“_id” : { “$maxKey” : 1 }
},
“shard” : “m103-repl”,
“lastmod” : Timestamp(1, 0),
“lastmodEpoch” : ObjectId(“5d8b7a0d690d00ba7e6c3c87”)
}
{
“_id” : “m103.products-sku_MinKey”,
“lastmod” : Timestamp(2, 0),
“lastmodEpoch” : ObjectId(“5d8bda5f690d00ba7e6e3c6a”),
“ns” : “m103.products”,
“min” : {
“sku” : { “$minKey” : 1 }
},
“max” : {
“sku” : 23153496
},
“shard” : “m103-repl”
}
{
“_id” : “m103.products-sku_23153496”,
“lastmod” : Timestamp(2, 1),
“lastmodEpoch” : ObjectId(“5d8bda5f690d00ba7e6e3c6a”),
“ns” : “m103.products”,
“min” : {
“sku” : 23153496
},
“max” : {
“sku” : 28928914
},
“shard” : “m103-repl-2”,
“jumbo” : false
}
{
“_id” : “m103.products-sku_28928914”,
“ns” : “m103.products”,
“min” : {
“sku” : 28928914
},
“max” : {
“sku” : { “$maxKey” : 1 }
},
“shard” : “m103-repl-2”,
“lastmod” : Timestamp(1, 2),
“lastmodEpoch” : ObjectId(“5d8bda5f690d00ba7e6e3c6a”)
}