Class PrometheusVectorResult
Models a Prometheus vector result.
Namespace: Neon.Kube
Assembly: Neon.Kube.dll
Syntax
public class PrometheusVectorResult
Constructors
PrometheusVectorResult()
Constructor.
Declaration
public PrometheusVectorResult()
Properties
Result
The result.
Declaration
[JsonProperty(PropertyName = "result", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
public List<PrometheusVectorValue> Result { get; set; }
Property Value
Type | Description |
---|---|
List<PrometheusVectorValue> |
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 |