Table of Contents

Interface IConfigValue

Namespace
Quilt4Net.Toolkit.Features.FeatureToggle
Assembly
Quilt4Net.Toolkit.dll
public interface IConfigValue

Properties

Application

string Application { get; }

Property Value

string

Environment

string Environment { get; }

Property Value

string

Instance

string Instance { get; }

Property Value

string

Key

string Key { get; }

Property Value

string

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

TimeSpan?

Value

string Value { get; }

Property Value

string