...
Optional | Type | Description | Example |
---|---|---|---|
tag_name | String | tag name with , separatorTag의 이름. 여러개를 명시하려면 ',' 문자를 이용하여 나열할 수 있다. | &tag_name=tag1,tag2,tag3 |
separator | string | separator for 매개변수의 tag_name, columns, and_conditioncondition들을 구분하는 구분자 | &separator= |
value_return_form | int | result set format결과 출력 방법 | 0 : separate standard (default) or 1 : merged standard |
date_format | string | date format of select time or timestamp type Time값의 포멧 지정 DATE_FORMAT 혹은 timestamp 단위("SECOND", "MILLISECOND", "MICROSECOND", "NANOSECOND") | &date_format=YYYY-MM-DD HH24:MI:SS or &date_format=MILLISECOND (default : YYYY-MM-DD HH24:MI:SS) |
offset | int | count of skip검색후 건너뛸 데이터의 수 | &offset=500 |
limit | int | count of display출력할 데이터의 수 | &limit=1000 (default : Restricted by 'lake tier' by lake tier) |
...
Name of Value | Value Description |
---|---|
MAX_TIMEMaximum time value among records of the tag | 같은 tag값을 갖는 결과 중 가장 큰 시간값 |
MAX_VALUEMaximum value among records in that tag | 같은 tag값을 갖는 결과 중 가장 큰 값 |
MAX_VALUE_TIMEThe time value of the record with the maximum value entered | 같은 tag값을 갖는 결과 중 가장 큰 값이 입력되었을 때의 시간값 |
MIN_TIMEMinimum time value among records of that tag | 같은 tag값을 갖는 결과 중 시간이 가장 작은 시간 |
MIN_VALUEMinimum value among records in that tag | 같은 tag값을 갖는 결과 중 가장 작은 값 |
MIN_VALUE_TIMEThe time value of the record with the minimum value entered | 같은 tag값을 갖는 결과 중 가장 작은 값이 입력되었을 때의 시간값 |
RECENT_ROW_TIME | Time value of the most recently entered data가장 최근에 입력된 시간 값 |
ROW_COUNT | Number of records레코드의 수 |
Sample Code
Expand | ||
---|---|---|
| ||
|
...