EventsBrowserTimingInfo Class
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.
The browser timing information
public class EventsBrowserTimingInfo
type EventsBrowserTimingInfo = class
Public Class EventsBrowserTimingInfo
- Inheritance
-
EventsBrowserTimingInfo
Constructors
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. |
Properties
Name |
Gets or sets the name of the page |
NetworkDuration |
Gets or sets the network duration of the load |
PerformanceBucket |
Gets or sets the performance bucket of the load |
ProcessingDuration |
Gets or sets the processing duration of the load |
ReceiveDuration |
Gets or sets the receive duration of the load |
SendDuration |
Gets or sets the send duration of the load |
TotalDuration |
Gets or sets the total duration of the load |
Url |
Gets or sets the url of the page |
UrlHost |
Gets or sets the host of the URL |
UrlPath |
Gets or sets the path of the URL |
Applies to
Azure SDK for .NET