Namespace Quilt4Net.Toolkit.Features.FeatureToggle
Classes
- ContentItem
A single resolved content entry (key and rendered value) within a GetAllContentResponse.
- GetAllContentResponse
Bulk content response used by the startup warm-up. Carries every resolved content value for a single application + environment + language in one round-trip, sharing one ValidTo so the client can seed its cache without a call per key.
Interfaces
- IRemoteConfigurationService
Reads — and, for admin scenarios, writes — remote configuration values and feature toggles served by Quilt4Net. Read results are cached locally with stale-while-revalidate; a failed server call falls back to the last known value or the supplied
fallback, so reads never throw.
Enums
- ContentFormat
How a content value should be rendered. Stored on the server's
ContentEntityas the BSON string representation so future additions don't break old documents.