ExtensionEvent interface
Stores details of each event
id | Id which identifies each data point uniquely |
properties | Generic properties container which stores the data related to each event. For well known events like uninstall, install etc. We expect the Properties object to be a List<UninstallProperties>, List<InstallProperties> |
statistic |
Timestamp of when the event occurred |
version | Version of the extension |
Id which identifies each data point uniquely
id: number
Property Value
number
Generic properties container which stores the data related to each event. For well known events like uninstall, install etc. We expect the Properties object to be a List<UninstallProperties>, List<InstallProperties>
properties: any
Property Value
any
Timestamp of when the event occurred
statisticDate: Date
Property Value
Date
Version of the extension
version: string
Property Value
string