summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Rantil <jens.rantil@gmail.com>2013-12-27 22:20:49 +0100
committerAlexander Shorin <kxepal@apache.org>2013-12-28 01:47:58 +0400
commit0def7239b331eebcd9421f86518467ef0d323689 (patch)
tree2745666d0f39b4277743b9d69df31b4da567aa5f
parent234a02ab458c1efc3f3daca15b7734fde2e2b8e4 (diff)
downloadcouchdb-0def7239b331eebcd9421f86518467ef0d323689.tar.gz
Document `data_size` in `/db`
The value is returned, but was missing in the documentation. Signed-off-by: Alexander Shorin <kxepal@apache.org>
-rw-r--r--share/doc/src/api/database/common.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/doc/src/api/database/common.rst b/share/doc/src/api/database/common.rst
index 29e523f02..f715c70c8 100644
--- a/share/doc/src/api/database/common.rst
+++ b/share/doc/src/api/database/common.rst
@@ -61,6 +61,7 @@
:>json string db_name: The name of the database.
:>json number disk_format_version: The version of the physical format used
for the data when it is stored on disk.
+ :>json number data_size: Actual data size in bytes of the database data.
:>json number disk_size: Size in bytes of the data as stored on the disk.
Views indexes are not included in the calculation.
:>json number doc_count: A count of the documents in the specified database.