DataMember#

class DataMember(*, data_store: DataStoreABC, unique_id: str)#

Generic DataMember class, bound to a data store. All read operations delivered by the parent.

Attributes:
data_store
md5
unique_id

Methods

read

property data_store: DataStoreABC#
property md5#
read() str | bytes#
property unique_id#