Struct EventProcessorTypes.CustomEvent
  
  
  
  
  Assembly: LaunchDarkly.ServerSdk.dll
  Syntax
  
    public struct EventProcessorTypes.CustomEvent
   
  Properties
  
  Context
  
  
  Declaration
  
    public Context Context { get; set; }
   
  Property Value
  
  
  Data
  
  
  Declaration
  
    public LdValue Data { get; set; }
   
  Property Value
  
  
  EventKey
  
  
  Declaration
  
    public string EventKey { get; set; }
   
  Property Value
  
  
  MetricValue
  
  
  Declaration
  
    public double? MetricValue { get; set; }
   
  Property Value
  
  
  Timestamp
  
  
  Declaration
  
    public UnixMillisecondTime Timestamp { get; set; }
   
  Property Value