[ARVADOS] updated: 1.3.0-608-gbd2ac2038
Git user
git at public.curoverse.com
Thu Mar 28 16:45:26 UTC 2019
Summary of changes:
doc/api/methods/collections.html.textile.liquid | 2 ++
1 file changed, 2 insertions(+)
via bd2ac2038b13b6ebe92b44cf722c8cf0fa15255b (commit)
from c5c82ef67b9dc3cb3619e2bef3a86b9b0f0912e8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit bd2ac2038b13b6ebe92b44cf722c8cf0fa15255b
Author: Eric Biagiotti <ebiagiotti at veritasgenetics.com>
Date: Thu Mar 28 12:45:20 2019 -0400
14484: Updates collection documentation to include the new file stats
Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti at veritasgenetics.com>
diff --git a/doc/api/methods/collections.html.textile.liquid b/doc/api/methods/collections.html.textile.liquid
index c68773d90..38253d6bc 100644
--- a/doc/api/methods/collections.html.textile.liquid
+++ b/doc/api/methods/collections.html.textile.liquid
@@ -39,6 +39,8 @@ table(table table-bordered table-condensed).
|current_version_uuid|string|UUID of the collection's current version. On new collections, it'll be equal to the @uuid@ attribute.||
|version|number|Version number, starting at 1 on new collections. This attribute is read-only.||
|preserve_version|boolean|When set to true on a current version, it will be saved on the next versionable update.||
+|file_count|number|The total number of files in the collection. ||
+|file_size_total|number|The sum of the file sizes in the collection. ||
h3. Conditions of creating a Collection
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list