Class MetricsPlanInfo
Complete set of information needed to obtain a serialized MetricsPlan.
Inherited Members
Namespace: Mangrove.Coordinator.Configuration.Contract
Assembly: Coordinator.Configuration.Contract.dll
Syntax
public class MetricsPlanInfo
Constructors
View SourceMetricsPlanInfo(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 SourceName
Name (unique identifier) of the metric set.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| String |
Path
Path to local or network shared copy of a MetricsPlan object.
Declaration
public string Path { get; }
Property Value
| Type | Description |
|---|---|
| String |
Version
Version (e.g. "Latest") of metric set to use.
Declaration
public string Version { get; }
Property Value
| Type | Description |
|---|---|
| String |