DataProvider GetTemporaryStreamUri Method DryadLINQ documentation
Gets a URI to store a temporary 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 Uri GetTemporaryStreamUri(
	DryadLinqContext context,
	string path
)

Return Value

Type: Uri
The URI of a temporary directory.
See Also