LaunchDarkly Dotnet Client SDK
Search Results for

    Show / Hide Table of Contents

    Class EventsConfiguration

    Inheritance
    object
    EventsConfiguration
    Inherited Members
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LaunchDarkly.Sdk.Internal.Events
    Assembly: LaunchDarkly.InternalSdk.dll
    Syntax
    public sealed class EventsConfiguration

    Constructors

    EventsConfiguration()

    Declaration
    public EventsConfiguration()

    Properties

    AllAttributesPrivate

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

    DiagnosticRecordingInterval

    Declaration
    public TimeSpan DiagnosticRecordingInterval { get; set; }
    Property Value
    Type Description
    TimeSpan

    DiagnosticUri

    Declaration
    public Uri DiagnosticUri { get; set; }
    Property Value
    Type Description
    Uri

    EventCapacity

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

    EventFlushInterval

    Declaration
    public TimeSpan EventFlushInterval { get; set; }
    Property Value
    Type Description
    TimeSpan

    EventsUri

    Declaration
    public Uri EventsUri { get; set; }
    Property Value
    Type Description
    Uri

    PrivateAttributes

    Declaration
    public IImmutableSet<AttributeRef> PrivateAttributes { get; set; }
    Property Value
    Type Description
    IImmutableSet<AttributeRef>

    RetryInterval

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