X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dafd68e639a416fcae216c639c6e38beab53b214..37eb070f55b5ae0c622fb4bf0a946c9dd49b2752:/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