system.kanoa.event.getCountEvent
Description
Returns the count event for a specific timestamp.Syntax
getCountEvent(counterId, tStamp)- counterId - Counter ID.
- tStamp (datetime) - Timestamp.
countEvent (dataset).
Code Example
# Example Usage:
counterId = 123
tStamp = timestamp
countEvent = system.kanoa.event.getCountEvent(counterId, tStamp)