Rewrites the URI of a dataset. Allows DataProvider specific rewriting.
Namespace: Microsoft.Research.DryadLinqAssembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
Syntax
Parameters
- context
- Type: Microsoft.Research.DryadLinq DryadLinqContext
The current DryadLinqContext.
- dataSetUri
- Type: System Uri
The URI of the dataset.
- access (Optional)
- Type: System.IO FileAccess
The intended access to the dataset.
Type Parameters
- T
- The element type of the specified dataset
Return Value
Type: UriThe rewritten URI of the dataset.
See Also