Class PrometheusMatrixResult
Models a Prometheus matrix result.
Namespace: Neon.Kube
Assembly: Neon.Kube.dll
Syntax
public class PrometheusMatrixResult
Constructors
PrometheusMatrixResult()
Constructor.
Declaration
public PrometheusMatrixResult()
Properties
Result
The result.
Declaration
[JsonProperty(PropertyName = "result", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
public List<PrometheusMatrixValue> Result { get; set; }
Property Value
Type | Description |
---|---|
List<PrometheusMatrixValue> |
ResultType
Specifies the result type of the response.
Declaration
[JsonProperty(PropertyName = "resultType", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
public PrometheusResultType ResultType { get; set; }
Property Value
Type | Description |
---|---|
PrometheusResultType |