Document api-version field for deep-stats.

This commit is contained in:
Vladimir Rusinov 2016-12-05 21:32:08 +00:00 committed by Brian Warner
parent 0d47e12e40
commit b7e76c7f24
1 changed files with 12 additions and 10 deletions

View File

@ -1751,6 +1751,9 @@ incorrectly.
keys may be missing until 'finished' is True):: keys may be missing until 'finished' is True)::
finished: (bool) True if the operation has finished, else False finished: (bool) True if the operation has finished, else False
api-version: (int), number of deep-stats API version. Will be increased every
time backwards-incompatible change is introduced.
Current version is 1.
count-immutable-files: count of how many CHK files are in the set count-immutable-files: count of how many CHK files are in the set
count-mutable-files: same, for mutable files (does not include directories) count-mutable-files: same, for mutable files (does not include directories)
count-literal-files: same, for LIT files (data contained inside the URI) count-literal-files: same, for LIT files (data contained inside the URI)
@ -2192,4 +2195,3 @@ URLs and HTTP and UTF-8
.. _RFC2231#4: https://tools.ietf.org/html/rfc2231#section-4 .. _RFC2231#4: https://tools.ietf.org/html/rfc2231#section-4
.. _some developers have reported: http://markmail.org/message/dsjyokgl7hv64ig3 .. _some developers have reported: http://markmail.org/message/dsjyokgl7hv64ig3
.. _RFC2616#19.5.1: https://tools.ietf.org/html/rfc2616#section-19.5.1 .. _RFC2616#19.5.1: https://tools.ietf.org/html/rfc2616#section-19.5.1