Mixin: StreamDatumMetadataMixin

domain~ StreamDatumMetadataMixin

A mixin class that adds datum stream metadata support to a StreamDatum or StreamAggregateDatum.

Members


metadata :module:domain~DatumStreamMetadata

Get the stream metadata.

Type:

Methods


toObject( [withoutStatistics])

Get this instance as a simple object.

This method uses the metadata passed to the constructor to generate the object.

Parameters:
Name Type Argument Description
withoutStatistics boolean <optional>

{@literal true} to omit statistic properties

See:
Returns:

an object populated with all available properties

Type
Object