TimeseriesProperties 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.
Defines the properties of a timeseries
public class TimeseriesProperties
type TimeseriesProperties = class
Public Class TimeseriesProperties
- Inheritance
-
TimeseriesProperties
Constructors
TimeseriesProperties() |
Initializes a new instance of the TimeseriesProperties class. |
TimeseriesProperties(String, String, String, String, String, String, IList<TimeseriesDataPoint>) |
Initializes a new instance of the TimeseriesProperties class. |
Properties
AggregationInterval |
Gets or sets the aggregation interval of the Timeseries Possible values include: 'Hourly', 'Daily' |
Country |
Gets or sets the country associated with the Timeseries. Values are country ISO codes as specified here- https://www.iso.org/iso-3166-country-codes.html |
EndDateTimeUtc |
Gets or sets the end DateTime of the Timeseries in UTC |
Endpoint |
Gets or sets the endpoint associated with the Timeseries data point |
StartDateTimeUtc |
Gets or sets the start DateTime of the Timeseries in UTC |
TimeseriesData |
Gets or sets the set of data points for the timeseries |
TimeseriesType |
Gets or sets the type of Timeseries Possible values include: 'MeasurementCounts', 'LatencyP50', 'LatencyP75', 'LatencyP95' |