EventsResultData Class

Definition

Events query result data.

[Newtonsoft.Json.JsonObject("eventsResultData")]
public class EventsResultData
[<Newtonsoft.Json.JsonObject("eventsResultData")>]
type EventsResultData = class
Public Class EventsResultData
Inheritance
EventsResultData
Derived
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

EventsResultData()

Initializes a new instance of the EventsResultData class.

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

Initializes a new instance of the EventsResultData class.

Properties

Ai

Gets or sets AI info of the event

Application

Gets or sets application info of the event

Client

Gets or sets client info of the event

Cloud

Gets or sets cloud info of the event

Count

Gets or sets count of the event

CustomDimensions

Gets or sets custom dimensions of the event

CustomMeasurements

Gets or sets custom measurements of the event

Id

Gets or sets the unique ID for this event.

Operation

Gets or sets operation info of the event

Session

Gets or sets session info of the event

Timestamp

Gets or sets timestamp of the event

User

Gets or sets user info of the event

Applies to