Skip to main content

Class Point

Namespace: Consul
Assembly: Consul.dll

Point represents a Point metric

public class Point

Inheritance

objectPoint

Inherited Members

object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()

Properties

Labels

public Dictionary<string, string> Labels { get; set; }

Property Value

Dictionary <string , string >

Name

public string Name { get; set; }

Property Value

string

Value

public double Value { get; set; }

Property Value

double