ComputationNewInputTRecord Method (DataSourceTRecord)Naiad Help

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

Creates a new input stage from the given DataSource.

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

C#
Stream<TRecord, Epoch> NewInput<TRecord>(
	DataSource<TRecord> source
)

Parameters

source
Type: Microsoft.Research.Naiad.InputDataSourceTRecord
data source

Type Parameters

TRecord
record type

Return Value

Type: StreamTRecord, Epoch
A new input stage
See Also

Reference