StreamTRecord, TTime ClassNaiad Help

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

Represents a stream of records each tagged with a time.
Inheritance Hierarchy

SystemObject
  Microsoft.Research.NaiadStreamTRecord, TTime

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

C#
public class Stream<TRecord, TTime>
where TTime : Object, Time<TTime>

Type Parameters

TRecord
record type
TTime
time type

The StreamTRecord, TTime type exposes the following members.

Properties

  NameDescription
Public propertyContext
Time context for the stream.
Public propertyForStage
Stage the stream is produced by.
Public propertyPartitionedBy
Expression indicating a partitioning property the stream obeys, or null if none exists.
Top
See Also

Reference