-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
Copy pathdb.collection.dataSize.txt
42 lines (26 loc) · 1.04 KB
/
db.collection.dataSize.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
========================
db.collection.dataSize()
========================
.. default-domain:: mongodb
.. contents:: On this page
:local:
:backlinks: none
:depth: 1
:class: singlecol
.. method:: db.collection.dataSize()
.. |dbcommand| replace:: :data:`~collStats.size` field returned by the
:dbcommand:`collStats` command
.. include:: /includes/fact-mongosh-shell-method-alt
:returns: The size in bytes of the collection.
:option:`Data compression <mongod
--wiredTigerCollectionBlockCompressor>` does not affect
this value.
.. include:: /includes/extracts/4.4-changes-repl-state-restrictions-operation.rst
.. |operations| replace:: :dbcommand:`collStats`
Compatibility
-------------
.. |command| replace:: method
This method is available in deployments hosted in the following environments:
.. include:: /includes/fact-environments-atlas-only.rst
.. include:: /includes/fact-environments-atlas-support-all.rst
.. include:: /includes/fact-environments-onprem-only.rst