NodeFile Class

Definition

Information about a file or directory on a Compute Node.

public class NodeFile
type NodeFile = class
Public Class NodeFile
Inheritance
NodeFile

Constructors

NodeFile()

Initializes a new instance of the NodeFile class.

NodeFile(String, String, Nullable<Boolean>, FileProperties)

Initializes a new instance of the NodeFile class.

Properties

IsDirectory

Gets or sets whether the object represents a directory.

Name

Gets or sets the file path.

Properties

Gets or sets the file properties.

Url

Gets or sets the URL of the file.

Applies to