Checks the existence 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
The current DryadLinqContext.
- dataSetUri
- Type: System Uri
The URI of the dataset.
- deleteIfExists
- Type: System Boolean
True to delete if the dataset exists.
See Also