Document `data_size` in `/db` The value is returned, but was missing in the documentation.
Signed-off-by: Alexander Shorin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/0def7239 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/0def7239 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/0def7239 Branch: refs/heads/1960-paginate-all_dbs Commit: 0def7239b331eebcd9421f86518467ef0d323689 Parents: 234a02a Author: Jens Rantil <[email protected]> Authored: Fri Dec 27 22:20:49 2013 +0100 Committer: Alexander Shorin <[email protected]> Committed: Sat Dec 28 01:47:58 2013 +0400 ---------------------------------------------------------------------- share/doc/src/api/database/common.rst | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/0def7239/share/doc/src/api/database/common.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/api/database/common.rst b/share/doc/src/api/database/common.rst index 29e523f..f715c70 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.
