EventsCustomEventResult 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.
A custom event result
[Newtonsoft.Json.JsonObject("customEvent")]
public class EventsCustomEventResult : Microsoft.Azure.ApplicationInsights.Models.EventsResultData
[<Newtonsoft.Json.JsonObject("customEvent")>]
type EventsCustomEventResult = class
inherit EventsResultData
Public Class EventsCustomEventResult
Inherits EventsResultData
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
EventsCustomEventResult() |
Initializes a new instance of the EventsCustomEventResult class. |
EventsCustomEventResult(String, Nullable<Int64>, Nullable<DateTime>, EventsResultDataCustomDimensions, EventsResultDataCustomMeasurements, EventsOperationInfo, EventsSessionInfo, EventsUserInfo, EventsCloudInfo, EventsAiInfo, EventsApplicationInfo, EventsClientInfo, EventsCustomEventInfo) |
Initializes a new instance of the EventsCustomEventResult 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) |
CustomEvent | |
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) |
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
Azure SDK for .NET