DryadLinqContextResourcesToAdd Property DryadLINQ documentation
Get the list of resources to add to 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> ResourcesToAdd { get; }

Property Value

Type: IListString
Remarks

During query submission, some resources will be detected and added automatically. It is only necessary to add resources that are not detected automatically.

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

See Also

Reference