Class ValueGroupBundle
- Namespace
- Quilt4Net.Toolkit.Features.ValueGroup
- Assembly
- Quilt4Net.Toolkit.dll
Typed bundle returned by GetAsync(CancellationToken). New member types (KV pairs, Atlas credentials, …) get added as additional properties when later features ship — the shape is additive-only so older clients keep deserializing successfully against newer servers.
public record ValueGroupBundle : IEquatable<ValueGroupBundle>
- Inheritance
-
ValueGroupBundle
- Implements
- Inherited Members
Properties
ApplicationInsightsConfigurations
public ApplicationInsightsConfigurationResponse[] ApplicationInsightsConfigurations { get; init; }
Property Value
AtlasDatabaseAccesses
public AtlasDatabaseAccessEntry[] AtlasDatabaseAccesses { get; init; }
Property Value
AtlasFirewallCredentials
public AtlasFirewallCredentialEntry[] AtlasFirewallCredentials { get; init; }
Property Value
AtlasFirewallProxyKeys
public AtlasFirewallProxyKeyEntry[] AtlasFirewallProxyKeys { get; init; }
Property Value
FeatureToggles
public ConfigurationResponse[] FeatureToggles { get; init; }
Property Value
FetchedAtUtc
public DateTime FetchedAtUtc { get; init; }
Property Value
GroupId
public string GroupId { get; init; }
Property Value
GroupName
public string GroupName { get; init; }
Property Value
KeyValues
public KeyValueEntry[] KeyValues { get; init; }