ResourceFile Class

Definition

A file to be downloaded to a compute node from Azure Blob Storage, such as task executables and task input data files.

public class ResourceFile
Inheritance
ResourceFile

Constructors

ResourceFile(String, String, String)

Initializes a new instance of the ResourceFile class.

Properties

BlobSource

Gets the URL of the file within Azure Blob Storage.

FileMode

Gets the file permission mode attribute in octal format.

FilePath

Gets the location to which to download the file, relative to the task's working directory.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)