count property

int? count
getter/setter pair

Events without timestamps will be grouped together by set of params and will be reported with occurrence count.

This is lossless client side aggregation to pack the data in more compact form. Events with different set of params will be logged with different EventParam message.

Implementation

core.int? count;