Timeseries interface
時系列を定義します
- Extends
プロパティ
aggregation |
時系列の集計間隔 |
country | 時系列に関連付けられている国。 値は、ここで指定した国の ISO コードです。 https://www.iso.org/iso-3166-country-codes.html |
end |
時系列の終了 DateTime (UTC) |
endpoint | 時系列データ ポイントに関連付けられているエンドポイント |
start |
UTC での時系列の開始 DateTime |
timeseries |
時系列のデータ ポイントのセット |
timeseries |
時系列の種類 |
継承されたプロパティ
id | リソースの ID 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
location | リソースの場所。 |
name | リソース名。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
tags | リソース タグ。 |
type | リソースの種類。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
プロパティの詳細
aggregationInterval
時系列の集計間隔
aggregationInterval?: string
プロパティ値
string
country
時系列に関連付けられている国。 値は、ここで指定した国の ISO コードです。 https://www.iso.org/iso-3166-country-codes.html
country?: string
プロパティ値
string
endDateTimeUTC
時系列の終了 DateTime (UTC)
endDateTimeUTC?: string
プロパティ値
string
endpoint
時系列データ ポイントに関連付けられているエンドポイント
endpoint?: string
プロパティ値
string
startDateTimeUTC
UTC での時系列の開始 DateTime
startDateTimeUTC?: string
プロパティ値
string
timeseriesData
timeseriesType
時系列の種類
timeseriesType?: string
プロパティ値
string
継承されたプロパティの詳細
id
location
name
tags
リソース タグ。
tags?: {[propertyName: string]: string}
プロパティ値
{[propertyName: string]: string}
Resource.tagsから継承