Class PageView
Model for Page Views returned from the telemetry source
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: STAIExtensions.Abstractions.DataContracts.Models
Assembly: STAIExtensions.Abstractions.dll
Syntax
public class PageView : DataContractFull, IHasCustomDimension, IHasCustomMeasurement
Properties
CustomMeasurements
Declaration
public CustomMeasurement CustomMeasurements { get; set; }
Property Value
Type | Description |
---|---|
CustomMeasurement |
Duration
Declaration
public double? Duration { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ItemCount
Declaration
public int? ItemCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PerformanceBucket
Declaration
public string PerformanceBucket { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Url
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |