DataProviderCheckExistence Method DryadLINQ documentation
Checks the existence 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 void CheckExistence(
	DryadLinqContext context,
	Uri dataSetUri,
	bool deleteIfExists
)

Parameters

context
Type: Microsoft.Research.DryadLinqDryadLinqContext
The current DryadLinqContext.
dataSetUri
Type: SystemUri
The URI of the dataset.
deleteIfExists
Type: SystemBoolean
True to delete if the dataset exists.
See Also

Reference