This parameter determines how the data store publishes to the message bus.

Default: False

If you set this value to True and set DatastoreBroadcastEventTypes to empty, you get data in the same format in which the sensors send it by subscribing to the api.rawsensordata channel instead of to the api.events channel.

That format is <4 byte integer length (in little endian)><n bytes of protobuf data as specified in the header> ... repeated.

Note:

You should check the content type header for each RabbitMQ message to determine whether the content is zipped. If the content type is application/zip, the message should be unzipped before processing.