Skip to content

Commit ad17c26

Browse files
Update stream-analytics-parsing-protobuf.md
Remove Enum and Maps limitations, as those are not valid anymore.
1 parent 53fd026 commit ad17c26

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

articles/stream-analytics/stream-analytics-parsing-protobuf.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ To learn more about Protobuf data types, see the [official Protocol Buffers docu
4545

4646
This Protobuf definition file refers to another Protobuf definition file in its imports. Because the Protobuf deserializer would have only the current Protobuf definition file and not know what *carseat.proto* is, it would be unable to deserialize correctly.
4747

48-
- Enumerations aren't supported. If the Protobuf definition file contains enumerations, the `enum` field is empty when the Protobuf events deserialize. This condition leads to data loss.
49-
50-
- Maps in Protobuf aren't supported. Maps in Protobuf result in an error about missing a string key.
5148

5249
- When a Protobuf definition file contains a namespace or package, the message type must include it. For example:
5350

0 commit comments

Comments
 (0)