Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NodeFile

Package version

An interface representing NodeFile.

summary

Information about a file or directory on a compute node.

Hierarchy

  • NodeFile

Index

Properties

Optional isDirectory

isDirectory: undefined | false | true

Whether the object represents a directory.

Optional name

name: undefined | string

The file path.

Optional properties

properties: FileProperties

The file properties.

Optional url

url: undefined | string

The URL of the file.

Generated using TypeDoc