Skip navigation links
Thingworx Platform API
8.5.0
com.thingworx.metadata.annotations

Annotation Type ThingworxSharedConfigurationTableDefinitions



  • @Target(value=TYPE)
     @Retention(value=RUNTIME)
     @ThingworxExtensionApiAnnotation(since={6,6})
    public @interface ThingworxSharedConfigurationTableDefinitions
    Contains a collection of configuration tables shared at the thing template level. Data stored in these configuration tables are visible to all things that extend the thing template.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element and Description
      ThingworxConfigurationTableDefinition[] tables


      Required parameter: a collection of shared configuration tables appropriate to this class.