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