DryadLinqContextResourcesToRemove Property DryadLINQ documentation
Get the list of resources to be excluded from the DryadLINQ job.

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax

public IList<string> ResourcesToRemove { get; }

Property Value

Type: IListString
Remarks

During query submission, some resources will be detected and added automatically. Remove resources that are detected automatically but that are not required for job execution.

Each resource should be a complete path to a file-based resource accessible from the local machine.

See Also

Reference