timeSeriesResampleToGridWithStaleness
timeSeriesLastToGrid.
構文
timeSeriesLastToGrid
パラメータ
start_timestamp— グリッドの開始時刻を指定します。UInt32またはDateTimeend_timestamp— グリッドの終了時刻を指定します。UInt32またはDateTimegrid_step— グリッドの間隔を秒単位で指定します。UInt32staleness_window— 最新のサンプルについて、許容される最大の古さを秒単位で指定します。UInt32
timestamp— サンプルのタイムスタンプ。単一の値または配列を指定できます。UInt32またはDateTimeまたはArray(UInt32)またはArray(DateTime)value— タイムスタンプに対応する時系列の値。単一の値または配列を指定できます。Float*またはArray(Float*)
Array(Nullable(Float64))
例
個々のタイムスタンプと値のペアを使った基本的な使い方
Query
Response
Query
Response