Class TelemetryReportData
Serializable class containing telemetry information.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Telemetry.Models
Assembly: Umbraco.Core.dll
Syntax
public class TelemetryReportData : object
Properties
View SourceDetailed
Declaration
public IEnumerable<UsageInformation> Detailed { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<UsageInformation> |
Id
Gets or sets a random GUID to prevent an instance posting multiple times pr. day.
Declaration
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Packages
Gets or sets an enumerable containing information about packages.
Declaration
public IEnumerable<PackageTelemetry> Packages { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<PackageTelemetry> |
Remarks
Contains only the name and version of the packages, unless no version is specified.
Version
Gets or sets the Umbraco CMS version.
Declaration
public string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |