Class EventsConfiguration
Inheritance
EventsConfiguration
Assembly: LaunchDarkly.InternalSdk.dll
Syntax
public sealed class EventsConfiguration
Constructors
EventsConfiguration()
Declaration
public EventsConfiguration()
Properties
AllAttributesPrivate
Declaration
public bool AllAttributesPrivate { get; set; }
Property Value
DiagnosticRecordingInterval
Declaration
public TimeSpan DiagnosticRecordingInterval { get; set; }
Property Value
DiagnosticUri
Declaration
public Uri DiagnosticUri { get; set; }
Property Value
EventCapacity
Declaration
public int EventCapacity { get; set; }
Property Value
EventFlushInterval
Declaration
public TimeSpan EventFlushInterval { get; set; }
Property Value
EventsUri
Declaration
public Uri EventsUri { get; set; }
Property Value
PrivateAttributes
Declaration
public IImmutableSet<AttributeRef> PrivateAttributes { get; set; }
Property Value
RetryInterval
Declaration
public TimeSpan? RetryInterval { get; set; }
Property Value