hpcflow.sdk.persistence.zarr.ZarrStoreParameter#
- class hpcflow.sdk.persistence.zarr.ZarrStoreParameter(id_: 'int', is_pending: 'bool', is_set: 'bool', data: 'Any', file: 'Dict', source: 'Dict')#
Bases:
StoreParameter
Methods
Initialise from persistent store parameter data.
Prepare store parameter data for the persistent store.
Return a copy, with data set.
Return a copy, with file set.
Return a copy, with updated source.
Attributes
- Parameters:
- classmethod decode(id_, data, source, arr_group, path=None, dataset_copy=False)#
Initialise from persistent store parameter data.
- encode(root_group, arr_path)#
Prepare store parameter data for the persistent store.