EventsBrowserTimingInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EventsBrowserTimingInfo() |
Initializes a new instance of the EventsBrowserTimingInfo class. |
EventsBrowserTimingInfo(String, String, String, String, Nullable<Int64>, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>) |
Initializes a new instance of the EventsBrowserTimingInfo class. |
EventsBrowserTimingInfo()
- Source:
- EventsBrowserTimingInfo.cs
Initializes a new instance of the EventsBrowserTimingInfo class.
public EventsBrowserTimingInfo ();
Public Sub New ()
Applies to
EventsBrowserTimingInfo(String, String, String, String, Nullable<Int64>, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>)
- Source:
- EventsBrowserTimingInfo.cs
Initializes a new instance of the EventsBrowserTimingInfo class.
public EventsBrowserTimingInfo (string urlPath = default, string urlHost = default, string name = default, string url = default, long? totalDuration = default, string performanceBucket = default, long? networkDuration = default, long? sendDuration = default, long? receiveDuration = default, long? processingDuration = default);
new Microsoft.Azure.ApplicationInsights.Query.Models.EventsBrowserTimingInfo : string * string * string * string * Nullable<int64> * string * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> -> Microsoft.Azure.ApplicationInsights.Query.Models.EventsBrowserTimingInfo
Public Sub New (Optional urlPath As String = Nothing, Optional urlHost As String = Nothing, Optional name As String = Nothing, Optional url As String = Nothing, Optional totalDuration As Nullable(Of Long) = Nothing, Optional performanceBucket As String = Nothing, Optional networkDuration As Nullable(Of Long) = Nothing, Optional sendDuration As Nullable(Of Long) = Nothing, Optional receiveDuration As Nullable(Of Long) = Nothing, Optional processingDuration As Nullable(Of Long) = Nothing)
Parameters
- urlPath
- String
The path of the URL
- urlHost
- String
The host of the URL
- name
- String
The name of the page
- url
- String
The url of the page
- performanceBucket
- String
The performance bucket of the load
Applies to
Azure SDK for .NET