- db.vehicle.stats(1024)
- db.vehicle.stats(“kilobytes”)
- db.vehicle.stats(true)
- db.vehicle.stats(“kb”)
You would like the stats() command to return kilobytes instead of bytes. Which command should you run?
June 25, 2021June 25, 2021
0 Comment