ExtensionDailyStats interface
Properties
daily |
List of extension statistics data points |
extension |
Id of the extension, this will never be sent back to the client. For internal use only. |
extension |
Name of the extension |
publisher |
Name of the publisher |
stat |
Count of stats |
Property Details
dailyStats
List of extension statistics data points
dailyStats: ExtensionDailyStat[]
Property Value
extensionId
Id of the extension, this will never be sent back to the client. For internal use only.
extensionId: string
Property Value
string
extensionName
Name of the extension
extensionName: string
Property Value
string
publisherName
Name of the publisher
publisherName: string
Property Value
string
statCount
Count of stats
statCount: number
Property Value
number