TimeseriesFieldsToGet 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 Yes The name of the column.
type int32 Yes The ID of the data type. A value of 1 indicates the LONG type. A value of 2 indicates the BOOLEAN type. A value of 3 indicates the DOUBLE type. A value of 4 indicates the STRING type. A value of 5 indicates the BINARY type.