LogFileProperties interface
The properties of a logFile.
Properties
| created |
Creation timestamp of the log file. |
| last |
Last modified timestamp of the log file. |
| size |
The size in kb of the logFile. |
| type | Type of the log file. |
| url | The url to download the log file from. |
Property Details
createdTime
Creation timestamp of the log file.
createdTime?: Date
Property Value
Date
lastModifiedTime
Last modified timestamp of the log file.
lastModifiedTime?: Date
Property Value
Date
sizeInKB
The size in kb of the logFile.
sizeInKB?: number
Property Value
number
type
Type of the log file.
type?: string
Property Value
string
url
The url to download the log file from.
url?: string
Property Value
string