How to change the dtid of the Twin in Azure Data Twin Explorer

Viewed 23

How to change the dtid of the Twin in Azure Data Twin Explorer

enter image description here

1 Answers

The DTID can't be changed as it uniquely identifies the twin. You probably want to add a "name" string property to your model in order to be able to change the id/name of your "Shop1" twin.

Related