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.

Methods

toObject(withoutStatisticsopt) → {Object}

Get this instance as a simple object.

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

Parameters:
NameTypeAttributesDescription
withoutStatisticsboolean<optional>

true to omit statistic properties

Returns:

an object populated with all available properties

Type: 
Object