NodeFile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |