Skip to main content

Data Object Contract (IDataObject)

1. Data Index Implementation


Q: When calling setDataIndexImplementation, does changing the Data Index affect existing Data Points immediately, or are there potential side effects to be aware of? Could this disrupt ongoing read/write operations?

This function receives a Data Point, and the new Data Index implementation is only used when the operation is related to that specific Data Point. It doesn't affect other Data Points. If the logic of the new Data Index or the access rules are not configured correctly, unwanted problems may occur.

Q: Can multiple Data Points share the same Data Index implementation, and what are the implications for access control if they do?

Absolutely, and as long as access control permissions are set correctly, there are no potential problems.