Freigeben über


EventsBrowserTimingResult Konstruktoren

Definition

Überlädt

EventsBrowserTimingResult()

Initialisiert eine neue instance der EventBrowserTimingResult-Klasse.

EventsBrowserTimingResult(String, Nullable<Int64>, Nullable<DateTime>, EventsResultDataCustomDimensions, EventsResultDataCustomMeasurements, EventsOperationInfo, EventsSessionInfo, EventsUserInfo, EventsCloudInfo, EventsAiInfo, EventsApplicationInfo, EventsClientInfo, EventsBrowserTimingInfo, EventsClientPerformanceInfo)

Initialisiert eine neue instance der EventBrowserTimingResult-Klasse.

EventsBrowserTimingResult()

Quelle:
EventsBrowserTimingResult.cs

Initialisiert eine neue instance der EventBrowserTimingResult-Klasse.

public EventsBrowserTimingResult ();
Public Sub New ()

Gilt für:

EventsBrowserTimingResult(String, Nullable<Int64>, Nullable<DateTime>, EventsResultDataCustomDimensions, EventsResultDataCustomMeasurements, EventsOperationInfo, EventsSessionInfo, EventsUserInfo, EventsCloudInfo, EventsAiInfo, EventsApplicationInfo, EventsClientInfo, EventsBrowserTimingInfo, EventsClientPerformanceInfo)

Quelle:
EventsBrowserTimingResult.cs

Initialisiert eine neue instance der EventBrowserTimingResult-Klasse.

public EventsBrowserTimingResult (string id = default, long? count = default, DateTime? timestamp = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsResultDataCustomDimensions customDimensions = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsResultDataCustomMeasurements customMeasurements = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsOperationInfo operation = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsSessionInfo session = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsUserInfo user = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsCloudInfo cloud = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsAiInfo ai = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsApplicationInfo application = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsClientInfo client = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsBrowserTimingInfo browserTiming = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsClientPerformanceInfo clientPerformance = default);
new Microsoft.Azure.ApplicationInsights.Query.Models.EventsBrowserTimingResult : string * Nullable<int64> * Nullable<DateTime> * Microsoft.Azure.ApplicationInsights.Query.Models.EventsResultDataCustomDimensions * Microsoft.Azure.ApplicationInsights.Query.Models.EventsResultDataCustomMeasurements * Microsoft.Azure.ApplicationInsights.Query.Models.EventsOperationInfo * Microsoft.Azure.ApplicationInsights.Query.Models.EventsSessionInfo * Microsoft.Azure.ApplicationInsights.Query.Models.EventsUserInfo * Microsoft.Azure.ApplicationInsights.Query.Models.EventsCloudInfo * Microsoft.Azure.ApplicationInsights.Query.Models.EventsAiInfo * Microsoft.Azure.ApplicationInsights.Query.Models.EventsApplicationInfo * Microsoft.Azure.ApplicationInsights.Query.Models.EventsClientInfo * Microsoft.Azure.ApplicationInsights.Query.Models.EventsBrowserTimingInfo * Microsoft.Azure.ApplicationInsights.Query.Models.EventsClientPerformanceInfo -> Microsoft.Azure.ApplicationInsights.Query.Models.EventsBrowserTimingResult
Public Sub New (Optional id As String = Nothing, Optional count As Nullable(Of Long) = Nothing, Optional timestamp As Nullable(Of DateTime) = Nothing, Optional customDimensions As EventsResultDataCustomDimensions = Nothing, Optional customMeasurements As EventsResultDataCustomMeasurements = Nothing, Optional operation As EventsOperationInfo = Nothing, Optional session As EventsSessionInfo = Nothing, Optional user As EventsUserInfo = Nothing, Optional cloud As EventsCloudInfo = Nothing, Optional ai As EventsAiInfo = Nothing, Optional application As EventsApplicationInfo = Nothing, Optional client As EventsClientInfo = Nothing, Optional browserTiming As EventsBrowserTimingInfo = Nothing, Optional clientPerformance As EventsClientPerformanceInfo = Nothing)

Parameter

id
String

Die eindeutige ID für dieses Ereignis.

count
Nullable<Int64>

Anzahl des Ereignisses

timestamp
Nullable<DateTime>

Zeitstempel des Ereignisses

customDimensions
EventsResultDataCustomDimensions

Benutzerdefinierte Dimensionen des Ereignisses

customMeasurements
EventsResultDataCustomMeasurements

Benutzerdefinierte Messungen des Ereignisses

operation
EventsOperationInfo

Vorgangsinformationen des Ereignisses

session
EventsSessionInfo

Sitzungsinformationen des Ereignisses

user
EventsUserInfo

Benutzerinformationen des Ereignisses

cloud
EventsCloudInfo

Cloudinformationen des Ereignisses

ai
EventsAiInfo

KI-Informationen des Ereignisses

application
EventsApplicationInfo

Anwendungsinformationen des Ereignisses

client
EventsClientInfo

Clientinformationen des Ereignisses

browserTiming
EventsBrowserTimingInfo
clientPerformance
EventsClientPerformanceInfo

Gilt für: