Show / Hide Table of Contents

Class MetricsPlanInfo

Complete set of information needed to obtain a serialized MetricsPlan.

Inheritance
Object
MetricsPlanInfo
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 MetricsPlanInfo

Constructors

View Source

MetricsPlanInfo(String, String, String)

Must provider either: path, or: name and version.

Declaration
public MetricsPlanInfo([PropertyMap("Path")] string path = null, [PropertyMap("Name")] string name = null, [PropertyMap("Version")] string version = null)
Parameters
Type Name Description
String path
String name
String version

Properties

View Source

Name

Name (unique identifier) of the metric set.

Declaration
public string Name { get; }
Property Value
Type Description
String
View Source

Path

Path to local or network shared copy of a MetricsPlan object.

Declaration
public string Path { get; }
Property Value
Type Description
String
View Source

Version

Version (e.g. "Latest") of metric set to use.

Declaration
public string Version { get; }
Property Value
Type Description
String

Extension Methods

ObjectExtensions.EventId(Object)
  • View Source
Back to top Generated by DocFX