[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
Name | Description | |
---|---|---|
Activate |
Called by the Computation before it completes its own Activate().
(Inherited from DataSource.) | |
Join |
Called by the Computation before it completes its own Join().
(Inherited from DataSource.) | |
RegisterInputs |
Called with a sequence of streaming inputs to attach to the data source.
|
See Also