Share via


BatchNodeFileOutput interface

Information about a file or directory on a Compute Node.

Properties

isDirectory

Whether the object represents a directory.

name

The file path.

properties

The file properties.

url

The URL of the file.

Property Details

isDirectory

Whether the object represents a directory.

isDirectory?: boolean

Property Value

boolean

name

The file path.

name?: string

Property Value

string

properties

The file properties.

properties?: FilePropertiesOutput

Property Value

url

The URL of the file.

url?: string

Property Value

string