DataProvider GetMetaData Method DryadLINQ documentation
Gets the metadata of a specified dataset.

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
Syntax

public abstract DryadLinqMetaData GetMetaData(
	DryadLinqContext context,
	Uri dataSetUri
)

Return Value

Type: DryadLinqMetaData
The metadata. Returns null if metadats is not present.
See Also