Creates an instance of Stream for a dataset at a specified location. This is
used by DryadLINQ to read a .NET collection from a store.
Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax
Parameters
- context
- Type: Microsoft.Research.DryadLinqDryadLinqContext
An instance of DryadLinqContext. - dataSetUri
- Type: SystemUri
The URI of a dataset.
Return Value
Type: StreamAn instance of Stream.
See Also