I want to write a script to go through and update the storage provide for all tags within a specified folder with history enabled to a different storage provider.
Would this even be available via system.tag.configure()
? I don't see any specifics about reading/writing any of the properties within the history settings of a tag. Might need to use a string parameter and bind it to the storage provider to do it "indirectly" via changing the parameter? Thinking the parameter route would be easiest (at least with UDTs), so I started down that route.
Looks like configuring the default in the UDT definition isn't going to work though.