LaunchDarkly Dotnet Server SDK Telemetry Integration
Search Results for

    Show / Hide Table of Contents

    Struct EventProcessorTypes.EvaluationEvent

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: LaunchDarkly.Sdk.Server.Subsystems
    Assembly: LaunchDarkly.ServerSdk.dll
    Syntax
    public struct EventProcessorTypes.EvaluationEvent

    Properties

    Context

    Declaration
    public Context Context { get; set; }
    Property Value
    Type Description
    Context

    DebugEventsUntilDate

    Declaration
    public UnixMillisecondTime? DebugEventsUntilDate { get; set; }
    Property Value
    Type Description
    UnixMillisecondTime?

    Default

    Declaration
    public LdValue Default { get; set; }
    Property Value
    Type Description
    LdValue

    ExcludeFromSummaries

    Declaration
    public bool ExcludeFromSummaries { get; set; }
    Property Value
    Type Description
    bool

    FlagKey

    Declaration
    public string FlagKey { get; set; }
    Property Value
    Type Description
    string

    FlagVersion

    Declaration
    public int? FlagVersion { get; set; }
    Property Value
    Type Description
    int?

    PrerequisiteOf

    Declaration
    public string PrerequisiteOf { get; set; }
    Property Value
    Type Description
    string

    Reason

    Declaration
    public EvaluationReason? Reason { get; set; }
    Property Value
    Type Description
    EvaluationReason?

    SamplingRatio

    Declaration
    public long? SamplingRatio { get; set; }
    Property Value
    Type Description
    long?

    Timestamp

    Declaration
    public UnixMillisecondTime Timestamp { get; set; }
    Property Value
    Type Description
    UnixMillisecondTime

    TrackEvents

    Declaration
    public bool TrackEvents { get; set; }
    Property Value
    Type Description
    bool

    Value

    Declaration
    public LdValue Value { get; set; }
    Property Value
    Type Description
    LdValue

    Variation

    Declaration
    public int? Variation { get; set; }
    Property Value
    Type Description
    int?
    In this article
    Back to top Generated by DocFX