Skip to main content

Stream

The Stream module facilitates creation of

Stream's.

Remarks

This module should NOT be used to create

Streams, see Source instead.

Stream

Stream

Ƭ Stream<T>: Object

The definition of a

Stream.

Remarks

This object should NOT be used to create a

Stream, see SourceBuilder instead.

Type parameters

NameType
Textends EastType = EastType

Type declaration

NameType
moduleModulePath
namestring
typeT
writableboolean

Table

Ƭ Table<T>:

Stream<T>

The definition of a tabular

Stream.

Remarks

This object should NOT be used to create a

Stream, see SourceBuilder instead.

Type parameters

NameType
Textends DictType<StringType, StructType> = DictType<StringType, StructType>

Stream

Stream<T>(name, module, type, writable?):

Stream<T>

Create a

Stream.

Type parameters

NameType
Textends EastType

Parameters

NameTypeDefault valueDescription
namestringundefinedthe name of the stream
moduleModulePathundefinedthe ModulePath of the module containing the stream
typeTundefinedthe EastType of the value contained in the stream
writablebooleanfalse-

Returns

Stream<T>

a valid

Stream

Remarks

This function should NOT be used to create a

Stream, see SourceBuilder instead.