DataProvider RewriteUri T  Method DryadLINQ documentation
Rewrites the URI of a dataset. Allows DataProvider specific rewriting.

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

public virtual Uri RewriteUri<T>(
	DryadLinqContext context,
	Uri dataSetUri,
	FileAccess access = FileAccess.Read
)
Type Parameters

T
The element type of the specified dataset

Return Value

Type: Uri
The rewritten URI of the dataset.
See Also