Timeseries interface
Defines the Timeseries
- Extends
Properties
aggregation |
The aggregation interval of the Timeseries |
country | The country associated with the Timeseries. Values are country ISO codes as specified here- https://www.iso.org/iso-3166-country-codes.html |
end |
The end DateTime of the Timeseries in UTC |
endpoint | The endpoint associated with the Timeseries data point |
start |
The start DateTime of the Timeseries in UTC |
timeseries |
The set of data points for the timeseries |
timeseries |
The type of Timeseries |
Inherited Properties
id | Resource ID. NOTE: This property will not be serialized. It can only be populated by the server. |
location | Resource location. |
name | Resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Resource tags. |
type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
aggregationInterval
The aggregation interval of the Timeseries
aggregationInterval?: string
Property Value
string
country
The country associated with the Timeseries. Values are country ISO codes as specified here- https://www.iso.org/iso-3166-country-codes.html
country?: string
Property Value
string
endDateTimeUTC
The end DateTime of the Timeseries in UTC
endDateTimeUTC?: string
Property Value
string
endpoint
The endpoint associated with the Timeseries data point
endpoint?: string
Property Value
string
startDateTimeUTC
The start DateTime of the Timeseries in UTC
startDateTimeUTC?: string
Property Value
string
timeseriesData
The set of data points for the timeseries
timeseriesData?: TimeseriesDataPoint[]
Property Value
timeseriesType
The type of Timeseries
timeseriesType?: string
Property Value
string
Inherited Property Details
id
Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
location
name
Resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type