/AWS1/CL_GDYS3OBJECT¶
Contains information about the Amazon S3 object.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_etag
TYPE /AWS1/GDYSTRING
/AWS1/GDYSTRING
¶
The entity tag is a hash of the Amazon S3 object. The ETag reflects changes only to the contents of an object, and not its metadata.
iv_key
TYPE /AWS1/GDYSTRING
/AWS1/GDYSTRING
¶
The key of the Amazon S3 object.
iv_versionid
TYPE /AWS1/GDYSTRING
/AWS1/GDYSTRING
¶
The version Id of the Amazon S3 object.
Queryable Attributes¶
ETag¶
The entity tag is a hash of the Amazon S3 object. The ETag reflects changes only to the contents of an object, and not its metadata.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ETAG() |
Getter for ETAG, with configurable default |
ASK_ETAG() |
Getter for ETAG w/ exceptions if field has no value |
HAS_ETAG() |
Determine if ETAG has a value |
Key¶
The key of the Amazon S3 object.
Accessible with the following methods¶
Method | Description |
---|---|
GET_KEY() |
Getter for KEY, with configurable default |
ASK_KEY() |
Getter for KEY w/ exceptions if field has no value |
HAS_KEY() |
Determine if KEY has a value |
VersionId¶
The version Id of the Amazon S3 object.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VERSIONID() |
Getter for VERSIONID, with configurable default |
ASK_VERSIONID() |
Getter for VERSIONID w/ exceptions if field has no value |
HAS_VERSIONID() |
Determine if VERSIONID has a value |