LaunchDarkly Dotnet Server AI SDK
Search Results for

    Show / Hide Table of Contents

    Class Configuration

    Inheritance
    object
    Configuration
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LaunchDarkly.Sdk.Server
    Assembly: LaunchDarkly.ServerSdk.dll
    Syntax
    public class Configuration

    Properties

    ApplicationInfo

    Declaration
    public ApplicationInfoBuilder ApplicationInfo { get; }
    Property Value
    Type Description
    ApplicationInfoBuilder

    BigSegments

    Declaration
    public IComponentConfigurer<BigSegmentsConfiguration> BigSegments { get; }
    Property Value
    Type Description
    IComponentConfigurer<BigSegmentsConfiguration>

    DataSource

    Declaration
    public IComponentConfigurer<IDataSource> DataSource { get; }
    Property Value
    Type Description
    IComponentConfigurer<IDataSource>

    DataStore

    Declaration
    public IComponentConfigurer<IDataStore> DataStore { get; }
    Property Value
    Type Description
    IComponentConfigurer<IDataStore>

    DiagnosticOptOut

    Declaration
    public bool DiagnosticOptOut { get; }
    Property Value
    Type Description
    bool

    Events

    Declaration
    public IComponentConfigurer<IEventProcessor> Events { get; }
    Property Value
    Type Description
    IComponentConfigurer<IEventProcessor>

    Hooks

    Declaration
    public HookConfigurationBuilder Hooks { get; }
    Property Value
    Type Description
    HookConfigurationBuilder

    Http

    Declaration
    public IComponentConfigurer<HttpConfiguration> Http { get; }
    Property Value
    Type Description
    IComponentConfigurer<HttpConfiguration>

    Logging

    Declaration
    public IComponentConfigurer<LoggingConfiguration> Logging { get; }
    Property Value
    Type Description
    IComponentConfigurer<LoggingConfiguration>

    Offline

    Declaration
    public bool Offline { get; }
    Property Value
    Type Description
    bool

    SdkKey

    Declaration
    public string SdkKey { get; }
    Property Value
    Type Description
    string

    ServiceEndpoints

    Declaration
    public ServiceEndpoints ServiceEndpoints { get; }
    Property Value
    Type Description
    ServiceEndpoints

    StartWaitTime

    Declaration
    public TimeSpan StartWaitTime { get; }
    Property Value
    Type Description
    TimeSpan

    WrapperInfo

    Declaration
    public WrapperInfoBuilder WrapperInfo { get; }
    Property Value
    Type Description
    WrapperInfoBuilder

    Methods

    Builder(Configuration)

    Declaration
    public static ConfigurationBuilder Builder(Configuration fromConfiguration)
    Parameters
    Type Name Description
    Configuration fromConfiguration
    Returns
    Type Description
    ConfigurationBuilder

    Builder(string)

    Declaration
    public static ConfigurationBuilder Builder(string sdkKey)
    Parameters
    Type Name Description
    string sdkKey
    Returns
    Type Description
    ConfigurationBuilder

    Default(string)

    Declaration
    public static Configuration Default(string sdkKey)
    Parameters
    Type Name Description
    string sdkKey
    Returns
    Type Description
    Configuration
    In this article
    Back to top Generated by DocFX