> For the complete documentation index, see [llms.txt](https://docs.mongoing.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mongoing.com/can-kao/mongo-shell-methods/collection-methods/db-collection-datasize.md).

# db.collection.dataSize()

* `db.collection.dataSize()`

|     |                                 |
| --- | ------------------------------- |
| 返回： | 集合的大小(以字节为单位)。 数据压缩不会影响此 value。 |

此方法在collStats(即：db.collection.stats())命令的尺寸输出周围提供 wrapper。

译者：李冠飞

校对：
