X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/31c711afc4ff8a1728aeb3e5f405a131047671c9..dfb995ab9ea0f1d8808c812870db717164ac95f4:/doc/api/schema/Collection.html.textile.liquid?ds=sidebyside diff --git a/doc/api/schema/Collection.html.textile.liquid b/doc/api/schema/Collection.html.textile.liquid index 69a8dc3366..9aa783cbf5 100644 --- a/doc/api/schema/Collection.html.textile.liquid +++ b/doc/api/schema/Collection.html.textile.liquid @@ -30,11 +30,10 @@ Each collection has, in addition to the usual "attributes of Arvados resources": table(table table-bordered table-condensed). |_. Attribute|_. Type|_. Description|_. Example| -|locator|string||| -|portable_data_hash|string||| |name|string||| -|redundancy|number||| -|redundancy_confirmed_by_client_uuid|string|API client|| -|redundancy_confirmed_at|datetime||| -|redundancy_confirmed_as|number||| +|description|text||| +|portable_data_hash|string||| |manifest_text|text||| +|replication_desired|number|Minimum storage replication level desired for each data block referenced by this collection. A value of @null@ signifies that the site default replication level (typically 2) is desired.|@2@| +|replication_confirmed|number|Replication level most recently confirmed by the storage system. This field is null when a collection is first created, and is reset to null when the manifest_text changes in a way that introduces a new data block. An integer value indicates the replication level of the _least replicated_ data block in the collection.|@2@, null| +|replication_confirmed_at|datetime|When replication_confirmed was confirmed. If replication_confirmed is null, this field is also null.||