Question: When receiving a sequence as a `DynamicData` object, how can I access the `_maximumLength` attribute?
Hello!
I am working on an RTI plugin that will receive messages as `DynamicData` and save it to a custom parquet format. These messages can be any structure/type and will be decoded on the fly to a flattened format.