Class GetAllContentResponse
- Namespace
- Quilt4Net.Toolkit.Features.FeatureToggle
- Assembly
- Quilt4Net.Toolkit.dll
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.
public record GetAllContentResponse : IEquatable<GetAllContentResponse>
- Inheritance
-
GetAllContentResponse
- Implements
- Inherited Members
Properties
Items
The resolved content entries (already rendered server-side, same as the single-key path).
public required ContentItem[] Items { get; init; }
Property Value
ValidTo
Cache expiry shared by every entry in Items.
public required DateTime ValidTo { get; init; }