Update Readme.md
This commit is contained in:
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
# Overview
|
# Overview
|
||||||
|
|
||||||
This project provides a REST interface to execute queries on the databuffer.
|
This project provides a REST interface to execute queries on the databuffer.
|
||||||
@ -236,7 +235,7 @@ Queries are applied to a range. The following types of ranges are supported.
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
- **startSeconds**: The start time of the range in seconds since January 1, 1970 (the UNIX epoch) as a decimal value including fractional seconds.
|
- **startSeconds**: The start time of the range in seconds since midnight, January 1, 1970 UTC (the UNIX epoch) as a decimal value including fractional seconds.
|
||||||
- **endSeconds**: The end time of the range in seconds.
|
- **endSeconds**: The end time of the range in seconds.
|
||||||
|
|
||||||
|
|
||||||
@ -265,7 +264,7 @@ Queries are applied to a range. The following types of ranges are supported.
|
|||||||
|
|
||||||
- **fields**: Array of requested fields (see [here](https://github.psi.ch/sf_daq/ch.psi.daq.domain/blob/master/src/main/java/ch/psi/daq/domain/query/operation/QueryField.java) for possible values).
|
- **fields**: Array of requested fields (see [here](https://github.psi.ch/sf_daq/ch.psi.daq.domain/blob/master/src/main/java/ch/psi/daq/domain/query/operation/QueryField.java) for possible values).
|
||||||
|
|
||||||
It is possible to request the time in seconds (since January 1, 1970 (the UNIX epoch) as a decimal value including fractional seconds - using fields *globalSeconds* and *iocSeconds*), in milliseconds (since January 1, 1970 (the JAVA epoch) - using fields *globalMillis* and *iocMillis*) or as a ISO8601 formatted String - using fields *globalDate* and *iocDate* (such as 1997-07-16T19:20:30.123456789+02:00).
|
It is possible to request the time in seconds (since midnight, January 1, 1970 UTC (the UNIX epoch) as a decimal value including fractional seconds - using fields *globalSeconds* and *iocSeconds*), in milliseconds (since midnight, January 1, 1970 UTC (the JAVA epoch) - using fields *globalMillis* and *iocMillis*) or as a ISO8601 formatted String - using fields *globalDate* and *iocDate* (such as 1997-07-16T19:20:30.123456789+02:00).
|
||||||
|
|
||||||
|
|
||||||
<a name="data_aggregation"/>
|
<a name="data_aggregation"/>
|
||||||
|
Reference in New Issue
Block a user