Data.Cloud.AmazonAPI.TAmazonObjectResult.IsDeleted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IsDeleted: Boolean;

C++

bool IsDeleted;

Properties

Type Visibility Source Unit Parent
field public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonObjectResult

Description

Specifies whether the object has a deletion marker for its latest version or not.

IsDeleted is True if the object has a deletion marker for its latest version, and False otherwise.

See Also