LaunchDarkly Dotnet Client SDK
Search Results for

    Show / Hide Table of Contents

    Struct EventProcessorTypes.EvaluationEvent

    Parameters for RecordEvaluationEvent(in EvaluationEvent).

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

    Properties

    | Edit this page View Source

    Context

    The context for the evaluation. Some attributes may not be sent to LaunchDarkly if they are private.

    Declaration
    public Context Context { readonly get; set; }
    Property Value
    Type Description
    Context
    | Edit this page View Source

    DebugEventsUntilDate

    If set, debug events are being generated until this date/time.

    Declaration
    public UnixMillisecondTime? DebugEventsUntilDate { readonly get; set; }
    Property Value
    Type Description
    UnixMillisecondTime?
    | Edit this page View Source

    Default

    The default value of the flag.

    Declaration
    public LdValue Default { readonly get; set; }
    Property Value
    Type Description
    LdValue
    | Edit this page View Source

    FlagKey

    The unique key of the feature flag involved in the event.

    Declaration
    public string FlagKey { readonly get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    FlagVersion

    The version of the flag.

    Declaration
    public int? FlagVersion { readonly get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    PrerequisiteOf

    The key of the flag that this flag is a prerequisite of, if any.

    Declaration
    public string PrerequisiteOf { readonly get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Reason

    An explanation of how the value was calculated, or null if the reason was not requested.

    Declaration
    public EvaluationReason? Reason { readonly get; set; }
    Property Value
    Type Description
    EvaluationReason?
    | Edit this page View Source

    Timestamp

    Date/timestamp of the event.

    Declaration
    public UnixMillisecondTime Timestamp { readonly get; set; }
    Property Value
    Type Description
    UnixMillisecondTime
    | Edit this page View Source

    TrackEvents

    True if full-fidelity analytics events should be sent for this flag.

    Declaration
    public bool TrackEvents { readonly get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Value

    The computed value of the flag.

    Declaration
    public LdValue Value { readonly get; set; }
    Property Value
    Type Description
    LdValue
    | Edit this page View Source

    Variation

    The variation index for the computed value of the flag.

    Declaration
    public int? Variation { readonly get; set; }
    Property Value
    Type Description
    int?
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX