Data.Cloud.AmazonAPI.TAmazonObjectResult.IsDeleted

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: public
Source:
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Unit: Data.Cloud.AmazonAPI
Parent: TAmazonObjectResult

Delphi

IsDeleted: Boolean;

C++

bool IsDeleted;

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