Amazon S3 metadata
You can view and access the following metadata properties of Amazon S3. To view the metadata, see information on the metadata object in the https://infozone.atlassian.net/wiki/spaces/DAZ/pages/868843521 function documentation.
Property name | Description |
|---|---|
fileName | Name of the file. Syntaxlog.info(meta.fileName); |
filePath | Path from where the file is collected. The file can be either in the Excel or CSV format. Path format: Syntaxlog.info(meta.filePath); |
fileSize | Size (in bytes) of the file. Syntaxlog.info(meta.fileSize); |
sheetName | Name of the sheet of the Excel file. Syntaxlog.info(meta.sheetName); |
collectionTime | Timestamp when the file is collected. Syntaxlog.info(meta.collectionTime); |