BaselineResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The response to a baseline query.
public class BaselineResponse
type BaselineResponse = class
Public Class BaselineResponse
- Inheritance
-
System.ObjectBaselineResponse
Properties
Aggregation |
The aggregation type of the metric. |
Baseline |
the baseline values for each sensitivity. |
Id |
the metric baseline Id. |
Interval |
The interval (window size) for which the metric data was returned in. This may be adjusted in the future and returned back from what was originally requested. This is not present if a metadata request was made. |
Metadata |
the baseline metadata values. |
Name |
the name and the display name of the metric, i.e. it is localizable string. |
Timespan |
The timespan for which the data was retrieved. Its value consists of two datetimes concatenated, separated by '/'. This may be adjusted in the future and returned back from what was originally requested. |
Timestamps |
the array of timestamps of the baselines. |
Type |
the resource type of the baseline resource. |