dataStreamName property

String? dataStreamName
getter/setter pair

The stream name uniquely identifies this particular data source among other data sources of the same type from the same underlying producer.

Setting the stream name is optional, but should be done whenever an application exposes two streams for the same data type, or when a device has two equivalent sensors.

Implementation

core.String? dataStreamName;