FilePropertiesOutput interface
The properties of a file on a Compute Node.
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: string
Property Value
string
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?: string
Property Value
string
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: string
Property Value
string