|
Stores data. The derived class is responsible for checking if putData
conflicts.
In the case of a two-way datasource, the derived type should consider
the overwrite parameter, which if True, should allow the dp to replace a
datatype instance if one is found at the existing location
Derived classes should call this function to ensure the dataprovider
status is updated.
- Parameters:
putData (A conduit.DataType.DataType derived type that this
dataprovider is capable of handling) - Data which to save
overwrite (bool) - If this argument is True, the DP should overwrite an existing
datatype instace (if one exists). Generally used in conflict
resolution.
LUID - A locally unique identifier representing the location where
the data was previously put.
- Raises:
|