How to access Value stream objects' services via Thingworx edge sdk 8.5?
Hi,
I am able to create a value stream object using the service CreateThing under Resource - EntityServices :
connectedClient.invokeService(RelationshipTypes.ThingworxEntityTypes.Things, "SampleValueStream", "CreateThing, vc, 5000);
and vc object contains the thingtemplate = "ValueStream".
Now I need to assign the PersistanceProvider to this value stream and also add the properties it will hold the data of. I can see the services listed in Thingworx composer UI - SetPersistenceProvider, AddPropertyDefinitions which can be used for these functionalities.
But I do not see the entity type ValueStream available in class 'RelationshipTypes.java' for accessing the services via connectedThingClient's invokeService() api.
Can anyone please help me how to specify the entityType and access these services via invokeService() api?
Regards,
Vaishnavee

