JAVA SDK: Defining a DataShape with an InfoTable field, and defining that InfoTable's DataShape
Hello ThingWorx developers community,
I am using Java SDK to create a DataTable dynamically. The DataTable holds an info table and some meta data regarding that info table in each row.
Something like this:

I don't know at the Data-Table's creation time, the inner InfoTable's Data-Shape.
I am creating multiple DataTables of that shape, but two different DataTables might have different DataShapes for their inner InfoTables.
Is there a way to define the Inner InfoTables DataShape at the moment of creating the containing DataTable? Because it seems I can't add any rows to the DataTable without knowing the required DataShape.

