Show / Hide Table of Contents

Class DataContractFull

Base Model for data returned from the telemetry source

Inheritance
System.Object
DataContract
DataContractFull
AIException
Availability
BrowserTiming
CustomEvent
CustomMetric
Dependency
PageView
PerformanceCounter
Request
Trace
Implements
IHasCustomDimension
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 DataContractFull : DataContract, IHasCustomDimension

Properties

AppId

Declaration
public string AppId { get; set; }
Property Value
Type Description
System.String

ApplicationVersion

Declaration
public string ApplicationVersion { get; set; }
Property Value
Type Description
System.String

AppName

Declaration
public string AppName { get; set; }
Property Value
Type Description
System.String

ClientBrowser

Declaration
public string ClientBrowser { get; set; }
Property Value
Type Description
System.String

ClientCity

Declaration
public string ClientCity { get; set; }
Property Value
Type Description
System.String

ClientCountryOrRegion

Declaration
public string ClientCountryOrRegion { get; set; }
Property Value
Type Description
System.String

ClientIP

Declaration
public string ClientIP { get; set; }
Property Value
Type Description
System.String

ClientModel

Declaration
public string ClientModel { get; set; }
Property Value
Type Description
System.String

ClientOS

Declaration
public string ClientOS { get; set; }
Property Value
Type Description
System.String

ClientStateOrProvince

Declaration
public string ClientStateOrProvince { get; set; }
Property Value
Type Description
System.String

ClientType

Declaration
public string ClientType { get; set; }
Property Value
Type Description
System.String

CloudRoleInstance

Declaration
public string CloudRoleInstance { get; set; }
Property Value
Type Description
System.String

CloudRoleName

Declaration
public string CloudRoleName { get; set; }
Property Value
Type Description
System.String

CustomDimensions

Declaration
public CustomDimension CustomDimensions { get; set; }
Property Value
Type Description
CustomDimension

iKey

Declaration
public string iKey { get; set; }
Property Value
Type Description
System.String

ItemId

Declaration
public string ItemId { get; set; }
Property Value
Type Description
System.String

ItemType

Declaration
public string ItemType { get; set; }
Property Value
Type Description
System.String

OperationId

Declaration
public string OperationId { get; set; }
Property Value
Type Description
System.String

OperationName

Declaration
public string OperationName { get; set; }
Property Value
Type Description
System.String

OperationParentId

Declaration
public string OperationParentId { get; set; }
Property Value
Type Description
System.String

OperationSyntheticSource

Declaration
public string OperationSyntheticSource { get; set; }
Property Value
Type Description
System.String

SDKVersion

Declaration
public string SDKVersion { get; set; }
Property Value
Type Description
System.String

SessionId

Declaration
public string SessionId { get; set; }
Property Value
Type Description
System.String

TimeStamp

Declaration
public DateTime TimeStamp { get; set; }
Property Value
Type Description
DateTime

UserAccountId

Declaration
public string UserAccountId { get; set; }
Property Value
Type Description
System.String

UserAuthenticatedId

Declaration
public string UserAuthenticatedId { get; set; }
Property Value
Type Description
System.String

UserId

Declaration
public string UserId { get; set; }
Property Value
Type Description
System.String

Implements

IHasCustomDimension
Back to top Copyright © 2022 Trevor Mare