Class PluginTelemetryDto
- Namespace
- Builvero.Application.Interfaces.Services
- Assembly
- Builvero.Application.dll
Plugin telemetry data.
public class PluginTelemetryDto
- Inheritance
-
PluginTelemetryDto
- Inherited Members
Properties
ActiveInstalls
public int ActiveInstalls { get; set; }
Property Value
- int
- Plugin telemetry data.
ProjectLevelInstalls
public int ProjectLevelInstalls { get; set; }
Property Value
- int
- Plugin telemetry data.
RecentActivity
public List<PluginAuditLogDto> RecentActivity { get; set; }
Property Value
- List<PluginAuditLogDto>
- Plugin telemetry data.
TotalInstalls
public int TotalInstalls { get; set; }
Property Value
- int
- Plugin telemetry data.
UserLevelInstalls
public int UserLevelInstalls { get; set; }
Property Value
- int
- Plugin telemetry data.