FileProperties interface

An interface representing FileProperties.

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: 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