Struct EventTypes.CustomEvent
Inherited Members
Namespace: LaunchDarkly.Sdk.Internal.Events
Assembly: LaunchDarkly.InternalSdk.dll
Syntax
public struct EventTypes.CustomEvent
Fields
Context
Declaration
public Context Context
Field Value
| Type | Description |
|---|---|
| Context |
Data
Declaration
public LdValue Data
Field Value
| Type | Description |
|---|---|
| LdValue |
EventKey
Declaration
public string EventKey
Field Value
| Type | Description |
|---|---|
| string |
MetricValue
Declaration
public double? MetricValue
Field Value
| Type | Description |
|---|---|
| double? |
Timestamp
Declaration
public UnixMillisecondTime Timestamp
Field Value
| Type | Description |
|---|---|
| UnixMillisecondTime |