/AWS1/CL_MDCMETADATA¶
Metadata and other file information.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_etag TYPE /AWS1/MDC__STRING /AWS1/MDC__STRING¶
The entity tag (ETag) of the file.
iv_filesize TYPE /AWS1/MDC__LONG /AWS1/MDC__LONG¶
The size of the media file, in bytes.
iv_lastmodified TYPE /AWS1/MDC__TIMESTAMPUNIX /AWS1/MDC__TIMESTAMPUNIX¶
The last modification timestamp of the media file, in Unix time.
iv_mimetype TYPE /AWS1/MDC__STRING /AWS1/MDC__STRING¶
The MIME type of the media file.
Queryable Attributes¶
ETag¶
The entity tag (ETag) of the file.
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 |
FileSize¶
The size of the media file, in bytes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILESIZE() |
Getter for FILESIZE, with configurable default |
ASK_FILESIZE() |
Getter for FILESIZE w/ exceptions if field has no value |
HAS_FILESIZE() |
Determine if FILESIZE has a value |
LastModified¶
The last modification timestamp of the media file, in Unix time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIED() |
Getter for LASTMODIFIED, with configurable default |
ASK_LASTMODIFIED() |
Getter for LASTMODIFIED w/ exceptions if field has no value |
HAS_LASTMODIFIED() |
Determine if LASTMODIFIED has a value |
MimeType¶
The MIME type of the media file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MIMETYPE() |
Getter for MIMETYPE, with configurable default |
ASK_MIMETYPE() |
Getter for MIMETYPE w/ exceptions if field has no value |
HAS_MIMETYPE() |
Determine if MIMETYPE has a value |