Serializing with Protobuf

The following table lists the data type mapping from Protobuf type to DeltaStream's Data Types.

There is support for Protobuf's wrapped Message types that capture primitive values, in serialization. When deserializing, If the message instance has a valid value set, then that value will be unwrapped to its corresponding primitive type. If there is no value set in the message, that column or Struct field will be set to null. The following table lists the mapping for these types.

Last updated