Interface IConfigValue
- Namespace
- Quilt4Net.Toolkit.Features.FeatureToggle
- Assembly
- Quilt4Net.Toolkit.dll
public interface IConfigValue
Properties
Application
string Application { get; }
Property Value
Environment
string Environment { get; }
Property Value
Instance
string Instance { get; }
Property Value
Key
string Key { get; }
Property Value
Ttl
Effective cache lifetime — how long consumers may serve a cached value before re-checking
the server. Surfaced so admin UIs can warn that a change won't take effect until the
existing cached value expires. null means "no TTL set; consumer defaults apply".
TimeSpan? Ttl { get; }
Property Value
Value
string Value { get; }