DataProviderGetTemporaryStreamUri 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.2.1.0 (0.2.1.0)
Syntax

public abstract Uri GetTemporaryStreamUri(
	DryadLinqContext context,
	string path
)

Parameters

context
Type: Microsoft.Research.DryadLinqDryadLinqContext
A DryadLinqContext object.
path
Type: SystemString
A local path.

Return Value

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

Reference