DataProviderRewriteUriT 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.2.1.0 (0.2.1.0)
Syntax

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

Parameters

context
Type: Microsoft.Research.DryadLinqDryadLinqContext
The current DryadLinqContext.
dataSetUri
Type: SystemUri
The URI of the dataset.
access (Optional)
Type: System.IOFileAccess
The intended access to the dataset.

Type Parameters

T
The element type of the specified dataset

Return Value

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

Reference