View raw data table update (#2875)
* Added new explanation of the view raw data table. * View Raw Data table updates made. * More updates made to View Raw Data table. * More edits to view raw data. * Added links and lengenthed list to data types. * Update content/influxdb/v2.0/reference/glossary.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Added two new datatypes. * Added links about different data types. Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>pull/2936/head
parent
1df34df77a
commit
893d1be07b
|
@ -58,9 +58,9 @@ To open the cell editor overlay, click the gear icon in the upper right of a cel
|
|||
|
||||
### View raw data
|
||||
|
||||
Toggle the **View Raw Data** {{< icon "toggle" >}} option to see your data in table format instead of a graph. Use this option when data can't be visualized using a visualization type.
|
||||
Toggle the **View Raw Data** {{< icon "toggle" >}} option to see your data in table format instead of a graph. Scroll through raw data using arrows, or click page numbers to find specific tables. [Group keys](/influxdb/cloud/reference/glossary/#group-key) and [data types](/influxdb/cloud/reference/glossary/#data-type) are easily identifiable at the top of each column underneath the headings. Use this option when data can't be visualized using a visualization type.
|
||||
|
||||
{{< img-hd src="/img/influxdb/2-0-controls-view-raw-data.png" alt="View raw data" />}}
|
||||
{{< img-hd src="/img/influxdb/cloud-controls-view-raw-data.png" alt="View raw data" />}}
|
||||
|
||||
### Save as CSV
|
||||
|
||||
|
|
|
@ -57,9 +57,9 @@ To open the cell editor overlay, click the gear icon in the upper right of a cel
|
|||
|
||||
### View raw data
|
||||
|
||||
Toggle the **View Raw Data** {{< icon "toggle" >}} option to see your data in table format instead of a graph. Use this option when data can't be visualized using a visualization type.
|
||||
Toggle the **View Raw Data** {{< icon "toggle" >}} option to see your data in table format instead of a graph. Scroll through raw data using arrows, or click page numbers to find specific tables. [Group keys](/influxdb/cloud/reference/glossary/#group-key) and [data types](/influxdb/cloud/reference/glossary/#data-type) are easily identifiable at the top of each column underneath the headings. Use this option when data can't be visualized using a visualization type.
|
||||
|
||||
{{< img-hd src="/img/influxdb/2-0-controls-view-raw-data.png" alt="View raw data" />}}
|
||||
{{< img-hd src="/img/influxdb/cloud-controls-view-raw-data.png" alt="View raw data" />}}
|
||||
|
||||
### Save as CSV
|
||||
|
||||
|
|
|
@ -259,9 +259,25 @@ Related entries: [bucket](#bucket)
|
|||
|
||||
### data type
|
||||
|
||||
A data type is defined by the values it can take, the programming language used, or the operations that can be performed on it.
|
||||
A data type is defined by the values it can take, the programming language used, or the operations that can be performed on it.
|
||||
|
||||
InfluxDB supports the following data types: float, integer, string, boolean, and timestamp.
|
||||
InfluxDB supports the following data types:
|
||||
| Data type | Alias/annotation |
|
||||
| :--------------- | :----------------- |
|
||||
| string | |
|
||||
| boolean | |
|
||||
| float | double |
|
||||
| integer | int, long |
|
||||
| unsigned integer | uint, unsignedLong |
|
||||
| time | dateTime |
|
||||
|
||||
For more information about different data types, see:
|
||||
- [annotated CSV](/influxdb/v2.0/reference/syntax/annotated-csv/)
|
||||
- [extended annotated CSV](/influxdb/cloud/reference/syntax/annotated-csv/extended/#datatype)
|
||||
- [line protocol](/influxdb/v2.0/reference/syntax/line-protocol/#data-types-and-format)
|
||||
- [InfluxQL](/influxdb/v1.8/query_language/spec/#literals)
|
||||
- [Flux](/influxdb/v2.0/reference/flux/language/types/)
|
||||
- [InfluxDB](/influxdb/v2.0/reference/syntax/line-protocol/#data-types-and-format)
|
||||
|
||||
### database
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 68 KiB |
Loading…
Reference in New Issue