X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b4f1461e394cc1fe0b7b5f9f56b96121cc46ff2e..988db9dc5af7e2c06e2a6106d2ce32275e3da7a4:/doc/architecture/keep-data-lifecycle.html.textile.liquid diff --git a/doc/architecture/keep-data-lifecycle.html.textile.liquid b/doc/architecture/keep-data-lifecycle.html.textile.liquid index a2e31fb0eb..e3253277cb 100644 --- a/doc/architecture/keep-data-lifecycle.html.textile.liquid +++ b/doc/architecture/keep-data-lifecycle.html.textile.liquid @@ -36,7 +36,7 @@ table(table table-bordered table-condensed). |_. collection state|_. is_trashed|_. trash_at|_. delete_at|_. get|_. list|_. list?include_trash=true|_. can be modified| |persisted collection|false |null |null |yes |yes |yes |yes | |expiring collection|false |future |future |yes |yes |yes |yes | -|trashed collection|true |past |future |no |no |yes |only is_trashed, trash_at and delete_at attribtues| +|trashed collection|true |past |future |no |no |yes |only is_trashed, trash_at and delete_at attributes| |deleted collection|true|past |past |no |no |no |no | h2(#block_lifecycle). Block lifecycle