Data.Cloud.AmazonAPI.TAmazonObjectResult.IsDeleted
[–] 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.