Skip to main content
6-Contributor
March 6, 2024
Question

how to get thing properties without inherited properties?

  • March 6, 2024
  • 0 replies
  • 469 views

we can get thing properties with java sdk  like blow,

InfoTable table = Client.getClient().readProperties(RelationshipTypes.ThingworxEntityTypes.Things, "F1_FL_Alarm", 8000);

it inherit from remote thing,but i don't need inherited properties  and i don't want to exclude this inherited properties by myself ,is there any other way to resolve it?