EventsRequestResult Class

Definition

A request result

[Newtonsoft.Json.JsonObject("request")]
public class EventsRequestResult : Microsoft.Azure.ApplicationInsights.Query.Models.EventsResultData
[<Newtonsoft.Json.JsonObject("request")>]
type EventsRequestResult = class
    inherit EventsResultData
Public Class EventsRequestResult
Inherits EventsResultData
Inheritance
EventsRequestResult
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

EventsRequestResult()

Initializes a new instance of the EventsRequestResult class.

EventsRequestResult(String, Nullable<Int64>, Nullable<DateTime>, EventsResultDataCustomDimensions, EventsResultDataCustomMeasurements, EventsOperationInfo, EventsSessionInfo, EventsUserInfo, EventsCloudInfo, EventsAiInfo, EventsApplicationInfo, EventsClientInfo, EventsRequestInfo)

Initializes a new instance of the EventsRequestResult class.

Properties

Ai

Gets or sets AI info of the event

(Inherited from EventsResultData)
Application

Gets or sets application info of the event

(Inherited from EventsResultData)
Client

Gets or sets client info of the event

(Inherited from EventsResultData)
Cloud

Gets or sets cloud info of the event

(Inherited from EventsResultData)
Count

Gets or sets count of the event

(Inherited from EventsResultData)
CustomDimensions

Gets or sets custom dimensions of the event

(Inherited from EventsResultData)
CustomMeasurements

Gets or sets custom measurements of the event

(Inherited from EventsResultData)
Id

Gets or sets the unique ID for this event.

(Inherited from EventsResultData)
Operation

Gets or sets operation info of the event

(Inherited from EventsResultData)
Request
Session

Gets or sets session info of the event

(Inherited from EventsResultData)
Timestamp

Gets or sets timestamp of the event

(Inherited from EventsResultData)
User

Gets or sets user info of the event

(Inherited from EventsResultData)

Applies to