InterGraphDataSinkTRecord Constructor Naiad Help

[This is preliminary documentation and is subject to change.]

Creates a new InterGraphDataSink from a stream.

Namespace: Microsoft.Research.Naiad.Input
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax

C#
public InterGraphDataSink(
	Stream<TRecord, Epoch> stream
)

Parameters

stream
Type: Microsoft.Research.NaiadStreamTRecord, Epoch
source stream
See Also

Reference