BatchNodeFileOutput interface
Information about a file or directory on a Compute Node.
Properties
| is |
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
url
The URL of the file.
url?: string
Property Value
string