Class BigSegmentsConfiguration
Inheritance
BigSegmentsConfiguration
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
Properties
ContextCacheSize
Declaration
public int ContextCacheSize { get; }
Property Value
ContextCacheTime
Declaration
public TimeSpan ContextCacheTime { get; }
Property Value
StaleAfter
Declaration
public TimeSpan StaleAfter { get; }
Property Value
StatusPollInterval
Declaration
public TimeSpan StatusPollInterval { get; }
Property Value
Store
Declaration
public IBigSegmentStore Store { get; }
Property Value