FileProperties interface
An interface representing FileProperties.
Properties
| content |
The length of the file. |
| content |
The content type of the file. |
| creation |
The file creation time. The creation time is not returned for files on Linux Compute Nodes. |
| file |
The file mode attribute in octal format. The file mode is returned only for files on Linux Compute Nodes. |
| last |
The time at which the file was last modified. |
Property Details
contentLength
The length of the file.
contentLength: number
Property Value
number
contentType
The content type of the file.
contentType?: string
Property Value
string
creationTime
The file creation time. The creation time is not returned for files on Linux Compute Nodes.
creationTime?: Date
Property Value
Date
fileMode
The file mode attribute in octal format. The file mode is returned only for files on Linux Compute Nodes.
fileMode?: string
Property Value
string
lastModified
The time at which the file was last modified.
lastModified: Date
Property Value
Date