Specifies the name and data type of the time series data column that you want to query.
Data structure
message TimeseriesFieldsToGet {
optional string name = 1;
optional int32 type = 2;
}
Parameter | Type | Required | Description |
name | string | No | The name of the column. |
type | int32 | No | The ID of the data type. A value of 1 specifies the LONG type. A value of 2 specifies the BOOLEAN type. A value of 3 specifies the DOUBLE type. A value of 4 specifies the STRING type. A value of 5 specifies the BINARY type. |