DataProviderGetStreamInfo Method DryadLINQ documentation
Gets information of a specified dataset.

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 DryadLinqStreamInfo GetStreamInfo(
	DryadLinqContext context,
	Uri dataSetUri
)

Parameters

context
Type: Microsoft.Research.DryadLinqDryadLinqContext
A DryadLinqContext object.
dataSetUri
Type: SystemUri
The URI of the dataset.

Return Value

Type: DryadLinqStreamInfo
Information about a dataset.
See Also

Reference