How to get property value of type InfoTable of a Thing?
Hi,
I have a thing which has one of the property as Infotable. I have a custom service which aims to get this infotable property and add rows to infotable each time this service is invoked. I see that there are few properties like GetStringPropertyValue, GetLongPropertyValue , etc which returns the specific property for the given property name. Is there any similar service which returns me the property of type infotable?
Note : The service i have developed is in java extension.
Thanks,
Azim

