X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d35c1a7499cabedf0e2b6e592e0abf039fb8450f..4ffe3382ff35cebce873668dfdfad2eef2def3d3:/sdk/python/arvados/collection.py diff --git a/sdk/python/arvados/collection.py b/sdk/python/arvados/collection.py index 831b5d7e31..55be40fa04 100644 --- a/sdk/python/arvados/collection.py +++ b/sdk/python/arvados/collection.py @@ -1578,8 +1578,11 @@ class Collection(RichCollectionBase): Retry count on API calls (if None, use the collection default) :preserve_version: - If True, the saved collection will be preserved, provided that the - Collections.CollectionVersioning configuration is enabled. + If True, indicate that the collection content being saved right now + should be preserved in a version snapshot if the collection record is + updated in the future. Requires that the API server has + Collections.CollectionVersioning enabled, if not, setting this will + raise an exception. """ if properties and type(properties) is not dict: @@ -1692,8 +1695,11 @@ class Collection(RichCollectionBase): Retry count on API calls (if None, use the collection default) :preserve_version: - If True, the saved collection will be preserved, provided that the - Collections.CollectionVersioning configuration is enabled. + If True, indicate that the collection content being saved right now + should be preserved in a version snapshot if the collection record is + updated in the future. Requires that the API server has + Collections.CollectionVersioning enabled, if not, setting this will + raise an exception. """ if properties and type(properties) is not dict: