Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileProperties

Package version

An interface representing FileProperties.

summary

The properties of a file on a compute node.

Hierarchy

  • FileProperties

Index

Properties

contentLength

contentLength: number

The length of the file.

Optional contentType

contentType: undefined | string

The content type of the file.

Optional creationTime

creationTime: Date

The file creation time. The creation time is not returned for files on Linux compute nodes.

Optional fileMode

fileMode: undefined | string

The file mode attribute in octal format. The file mode is returned only for files on Linux compute nodes.

lastModified

lastModified: Date

The time at which the file was last modified.

Generated using TypeDoc