Show / Hide Table of Contents

Class CloudWatchMetricValue

The CloudWatchMetricValue class holds the metric name and the unit.

Inheritance
System.Object
CloudWatchMetricValue
Namespace: LambdaSharp.Logging.Metrics.Models
Assembly: LambdaSharp.Logging.dll
Syntax
public class CloudWatchMetricValue

Properties

Name

Metric name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Unit

Metric unit.

Declaration
public string Unit { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX