Gets the metadata 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 DryadLinqMetaData GetMetaData( DryadLinqContext context, Uri dataSetUri )
Parameters
- context
- Type: Microsoft.Research.DryadLinqDryadLinqContext
A DryadLinqConext object. - dataSetUri
- Type: SystemUri
The URI of the dataset.
Return Value
Type: DryadLinqMetaDataThe metadata. Returns null if metadats is not present.
See Also