DataSourceTRecord InterfaceNaiad Help

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

Represents a typed external input of TRecord records.

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 interface DataSource<TRecord> : DataSource

Type Parameters

TRecord
The type of records that this data source provides.

The DataSourceTRecord type exposes the following members.

Methods

  NameDescription
Public methodActivate
Called by the Computation before it completes its own Activate().
(Inherited from DataSource.)
Public methodJoin
Called by the Computation before it completes its own Join().
(Inherited from DataSource.)
Public methodRegisterInputs
Called with a sequence of streaming inputs to attach to the data source.
Top
See Also

Reference