Struct EventProcessorTypes.EvaluationEvent
Assembly: LaunchDarkly.ServerSdk.dll
Syntax
public struct EventProcessorTypes.EvaluationEvent
Properties
Context
Declaration
public Context Context { get; set; }
Property Value
DebugEventsUntilDate
Declaration
public UnixMillisecondTime? DebugEventsUntilDate { get; set; }
Property Value
Default
Declaration
public LdValue Default { get; set; }
Property Value
ExcludeFromSummaries
Declaration
public bool ExcludeFromSummaries { get; set; }
Property Value
FlagKey
Declaration
public string FlagKey { get; set; }
Property Value
FlagVersion
Declaration
public int? FlagVersion { get; set; }
Property Value
PrerequisiteOf
Declaration
public string PrerequisiteOf { get; set; }
Property Value
Reason
Declaration
public EvaluationReason? Reason { get; set; }
Property Value
SamplingRatio
Declaration
public long? SamplingRatio { get; set; }
Property Value
Timestamp
Declaration
public UnixMillisecondTime Timestamp { get; set; }
Property Value
TrackEvents
Declaration
public bool TrackEvents { get; set; }
Property Value
Value
Declaration
public LdValue Value { get; set; }
Property Value
Variation
Declaration
public int? Variation { get; set; }
Property Value