|
VLink
2.0.0
A high-performance communication middleware
|
Backend channel schema metadata returned by get_schema().
More...
#include <convert_plugin_interface.h>
Public Attributes | |
| std::string | type_name |
| Backend schema or archetype name. More... | |
| std::string | encoding |
Wire encoding label (e.g. "flatbuffers", "json"). More... | |
| std::string | schema_encoding |
Encoding of schema_data when provided. More... | |
| std::string | schema_data |
Binary schema bytes or schema text, depending on target. More... | |
Backend channel schema metadata returned by get_schema().
| std::string vlink::ConvertPluginInterface::SchemaInfo::encoding |
Wire encoding label (e.g. "flatbuffers", "json").
| std::string vlink::ConvertPluginInterface::SchemaInfo::schema_data |
Binary schema bytes or schema text, depending on target.
| std::string vlink::ConvertPluginInterface::SchemaInfo::schema_encoding |
Encoding of schema_data when provided.
| std::string vlink::ConvertPluginInterface::SchemaInfo::type_name |
Backend schema or archetype name.