aeon.schema.streams#
- class aeon.schema.streams.Device(name, *args, path=None)[source]#
Bases:
object
Groups multiple data streams into a logical device.
If a device contains a single stream with the same pattern as the device name, it will be considered a singleton, and the stream reader will be paired directly with the device without nesting.
- name#
Name of the device.
- Type:
str
- args#
Data streams collected from the device.
- Type:
Any
- path#
Path to the folder where stream chunks are located.
- Type:
str, optional