DataProviderEgress Method DryadLINQ documentation
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

public abstract Stream Egress(
	DryadLinqContext context,
	Uri dataSetUri
)

Parameters

context
Type: Microsoft.Research.DryadLinqDryadLinqContext
An instance of DryadLinqContext.
dataSetUri
Type: SystemUri
The URI of a dataset.

Return Value

Type: Stream
An instance of Stream.
See Also

Reference