Namespace LaunchDarkly.Sdk.Server.Integrations
Classes
BigSegmentsConfigurationBuilder
Contains methods for configuring the SDK's Big Segments behavior.
EventProcessorBuilder
Contains methods for configuring delivery of analytics events.
FileData
Integration between the LaunchDarkly SDK and file data.
FileDataSourceBuilder
A builder for configuring the file data source.
FileDataTypes
Types that are used in configuring FileDataSourceBuilder.
HookConfigurationBuilder
HookConfigurationBuilder is a builder for the SDK's hook configuration.
HttpConfigurationBuilder
Contains methods for configuring the SDK's networking behavior.
LoggingConfigurationBuilder
Contains methods for configuring the SDK's logging behavior.
PersistentDataStoreBuilder
A configurable data store factory that adds caching behavior to a persistent data store implementation.
PollingDataSourceBuilder
Contains methods for configuring the polling data source.
ServiceEndpointsBuilder
Contains methods for configuring the SDK's service URIs.
StreamingDataSourceBuilder
Contains methods for configuring the streaming data source.
TestData
A mechanism for providing dynamically updatable feature flag state in a simplified form to an SDK client in test scenarios.
TestData.FlagBuilder
A builder for feature flag configurations to be used with TestData.
TestData.FlagMigrationBuilder
Used to build the migration settings for a feature flag.
TestData.FlagRuleBuilder
A builder for feature flag rules to be used with TestData.FlagBuilder.
WrapperInfoBuilder
Contains methods for configuring wrapper information.
If the WrapperBuilder is used, then it will replace the wrapper information from the HttpConfigurationBuilder.
Additionally, any wrapper SDK may overwrite any application developer provided wrapper information.
Interfaces
FileDataTypes.IFileReader
Interface for customizing how data files are read.
Enums
FileDataTypes.DuplicateKeysHandling
Determines how duplicate feature flag or segment keys are handled.