Namespace LaunchDarkly.Sdk.EnvReporting
Namespaces
LaunchDarkly.Sdk.EnvReporting.LayerModels
Classes
ConfigLayerBuilder
Builder class for making the configuration based Layer for use in the EnvironmentReporterBuilder.
EnvironmentReporterBuilder
EnvironmentReporterBuilder constructs an IEnvironmentReporter that is capable of returning properties associated with the runtime environment of the SDK.
Structs
Layer
Represents one layer of sourcing environment properties. A layer may know how to source any number of properties (even possibly 0 properties in edge cases), in which case it may return null for individual properties.
Interfaces
IEnvironmentReporter
An IEnvironmentReporter is able to report various attributes of the environment in which the application is running. If a property is null, it means the reporter was unable to determine the value.