Class LdMeta
LaunchDarkly metadata from the _ldMeta field on flag values.
Inherited Members
Namespace: LaunchDarkly.Sdk.Server.Ai.Graph
Assembly: LaunchDarkly.ServerSdk.Ai.dll
Syntax
public sealed class LdMeta
Constructors
View SourceLdMeta()
Declaration
public LdMeta()
Properties
| Edit this page View SourceEnabled
Whether the configuration is enabled in the LaunchDarkly dashboard. Defaults to true. Note: this is distinct from Enabled, which reflects the result of ALL validation checks (metadata enabled + root present + all nodes reachable + all child configs fetchable).
Declaration
public bool Enabled { get; init; }
Property Value
| Type | Description |
|---|---|
| bool |
VariationKey
The variation key, if available. Null when a default config was used.
Declaration
public string VariationKey { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
Version
The version of the flag variation. Defaults to 1.
Declaration
public int Version { get; init; }
Property Value
| Type | Description |
|---|---|
| int |