Skip to main content
1-Visitor
September 25, 2017
Solved

How to get dataChangeThreshold property of a remote thing?

  • September 25, 2017
  • 1 reply
  • 4308 views

Hi there, I'm desperately trying to find a service which determines dataChangeThreshold value of a remote thing. I'd be grateful for your help!

GetPropertyDefinition() service output is limited.

There are some datashapes which have necessary fields, but I don't know what service is using any of them.

Best answer by supandey

I believe this should get you going with the pattern to access the aspects Iterating Through a Thing's Properties

1 reply

5-Regular Member
September 25, 2017

Hi Mnudel, since these values are part of Thing's Aspects have you tried Class Aspects and Class AspectCollection that should return array of collection. Plus this enum DataChangeType

Not sure if this helps

Michail1-VisitorAuthor
1-Visitor
September 25, 2017

Sushant Pandey​, thank you for your response! I'm not familiar with Thing Aspects; is there a tutorial on this matter or a sample code I could use perhaps? Many thanks.

supandey5-Regular MemberAnswer
5-Regular Member
September 25, 2017

I believe this should get you going with the pattern to access the aspects Iterating Through a Thing's Properties