Skip to content

Commit e0e9edb

Browse files
Merge pull request #272626 from AliciaLiMicrosoft/patch-31
Update stream-analytics-parsing-protobuf.md
2 parents 6db33b5 + ad17c26 commit e0e9edb

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)