Show / Hide Table of Contents

Class MetricSetConfiguration

Serializable payload of all configs for a metric set, any overrides, and a list of profiles determining how to apply configs from AllConfigs into one final config.

Inheritance
Object
MetricSetConfiguration
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Mangrove.Coordinator.Configuration.Contract
Assembly: Coordinator.Configuration.Contract.dll
Syntax
public class MetricSetConfiguration

Constructors

View Source

MetricSetConfiguration(IReadOnlyDictionary<String, ConfigElement<ComputationConfig>>)

Declaration
public MetricSetConfiguration([PropertyMap("AllConfigs")] IReadOnlyDictionary<string, ConfigElement<ComputationConfig>> allConfigs)
Parameters
Type Name Description
IReadOnlyDictionary<String, ConfigElement<ComputationConfig>> allConfigs

Properties

View Source

AllConfigs

Declaration
public IReadOnlyDictionary<string, ConfigElement<ComputationConfig>> AllConfigs { get; }
Property Value
Type Description
IReadOnlyDictionary<String, ConfigElement<ComputationConfig>>

Extension Methods

ConfigurationExtensions.ResolveAndBuildConfig(MetricSetConfiguration, ComputationConfig)
ObjectExtensions.EventId(Object)
  • View Source
Back to top Generated by DocFX