Gets the metadata of a specified dataset.
Namespace: Microsoft.Research.DryadLinqAssembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
Syntax
Parameters
- context
- Type: Microsoft.Research.DryadLinq DryadLinqContext
A DryadLinqConext object.
- dataSetUri
- Type: System Uri
The URI of the dataset.
Return Value
Type: DryadLinqMetaDataThe metadata. Returns null if metadats is not present.
See Also