次の方法で共有


Timeseries interface

時系列を定義します

Extends

プロパティ

aggregationInterval

時系列の集計間隔

country

時系列に関連付けられている国。 値は、ここで指定した国の ISO コードです。 https://www.iso.org/iso-3166-country-codes.html

endDateTimeUTC

時系列の終了 DateTime (UTC)

endpoint

時系列データ ポイントに関連付けられているエンドポイント

startDateTimeUTC

UTC での時系列の開始 DateTime

timeseriesData

時系列のデータ ポイントのセット

timeseriesType

時系列の種類

継承されたプロパティ

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

時系列のデータ ポイントのセット

timeseriesData?: TimeseriesDataPoint[]

プロパティ値

timeseriesType

時系列の種類

timeseriesType?: string

プロパティ値

string

継承されたプロパティの詳細

id

リソースの ID 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

id?: string

プロパティ値

string

Resource.idから継承

location

リソースの場所。

location?: string

プロパティ値

string

Resource.locationから継承

name

リソース名。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

name?: string

プロパティ値

string

Resource.nameから継承

tags

リソース タグ。

tags?: {[propertyName: string]: string}

プロパティ値

{[propertyName: string]: string}

Resource.tagsから継承

type

リソースの種類。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

type?: string

プロパティ値

string

Resource.typeから継承