Share via


FilePropertiesOutput interface

The properties of a file on a Compute Node.

Properties

contentLength

The length of the file.

contentType

The content type of the file.

creationTime

The file creation time. The creation time is not returned for files on Linux Compute Nodes.

fileMode

The file mode attribute in octal format. The file mode is returned only for files on Linux Compute Nodes.

lastModified

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