FileProperties Class

Definition

The properties of a file on a Compute Node.

public class FileProperties
type FileProperties = class
Public Class FileProperties
Inheritance
FileProperties

Constructors

FileProperties()

Initializes a new instance of the FileProperties class.

FileProperties(DateTime, Int64, Nullable<DateTime>, String, String)

Initializes a new instance of the FileProperties class.

Properties

ContentLength

Gets or sets the length of the file.

ContentType

Gets or sets the content type of the file.

CreationTime

Gets or sets the file creation time.

FileMode

Gets or sets the file mode attribute in octal format.

LastModified

Gets or sets the time at which the file was last modified.

Applies to