LaunchDarkly Dotnet Server SDK Telemetry Integration
Search Results for

    Show / Hide Table of Contents

    Class BigSegmentsConfiguration

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

    Constructors

    BigSegmentsConfiguration(IBigSegmentStore, int, TimeSpan, TimeSpan, TimeSpan)

    Declaration
    public BigSegmentsConfiguration(IBigSegmentStore store, int contextCacheSize, TimeSpan contextCacheTime, TimeSpan statusPollInterval, TimeSpan staleAfter)
    Parameters
    Type Name Description
    IBigSegmentStore store
    int contextCacheSize
    TimeSpan contextCacheTime
    TimeSpan statusPollInterval
    TimeSpan staleAfter

    Properties

    ContextCacheSize

    Declaration
    public int ContextCacheSize { get; }
    Property Value
    Type Description
    int

    ContextCacheTime

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

    StaleAfter

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

    StatusPollInterval

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

    Store

    Declaration
    public IBigSegmentStore Store { get; }
    Property Value
    Type Description
    IBigSegmentStore
    In this article
    Back to top Generated by DocFX