Struct EventProcessorTypes.CustomEvent
Parameters for RecordCustomEvent(in CustomEvent).
Inherited Members
Namespace: LaunchDarkly.Sdk.Client.Subsystems
Assembly: LaunchDarkly.ClientSdk.dll
Syntax
public struct EventProcessorTypes.CustomEvent
Properties
| Edit this page View SourceContext
The evaluation context associated with the event. Some attributes may not be sent to LaunchDarkly if they are private.
Declaration
public Context Context { readonly get; set; }
Property Value
Type | Description |
---|---|
Context |
Data
Custom data provided for the event.
Declaration
public LdValue Data { readonly get; set; }
Property Value
Type | Description |
---|---|
LdValue |
EventKey
The event key.
Declaration
public string EventKey { readonly get; set; }
Property Value
Type | Description |
---|---|
string |
MetricValue
An optional numeric value that can be used in analytics.
Declaration
public double? MetricValue { readonly get; set; }
Property Value
Type | Description |
---|---|
double? |
Timestamp
Date/timestamp of the event.
Declaration
public UnixMillisecondTime Timestamp { readonly get; set; }
Property Value
Type | Description |
---|---|
UnixMillisecondTime |