ExtensionEvent interface

Stores details of each event

Properties

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>

statisticDate

Timestamp of when the event occurred

version

Version of the extension

Property Details

id

Id which identifies each data point uniquely

id: number

Property Value

number

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>

properties: any

Property Value

any

statisticDate

Timestamp of when the event occurred

statisticDate: Date

Property Value

Date

version

Version of the extension

version: string

Property Value

string