IPWorks S3 2020 Python Edition

Questions / Feedback?

objects_deleted Property

Whether this object version is a delete marker.

Syntax

def get_objects_deleted(objects_index: int) -> bool: ...

Default Value

FALSE

Remarks

Whether this object version is a delete marker.

This property indicates whether this object version is a delete marker. Delete markers are created when an object in a versioning-enabled bucket is "deleted" (i.e., instead of actually deleting any data); refer to delete_object for more information.

Only applicable when list_versions is called, or when get_object_info is called while version_id is non-empty; False in all other cases.

The objects_index parameter specifies the index of the item in the array. The size of the array is controlled by the objects_count property.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S3 2020 Python Edition - Version 20.0 [Build 8178]