View source: R/lookoutequipment_operations.R
| lookoutequipment_list_sensor_statistics | R Documentation | 
Lists statistics about the data collected for each of the sensors that have been successfully ingested in the particular dataset. Can also be used to retreive Sensor Statistics for a previous ingestion job.
See https://www.paws-r-sdk.com/docs/lookoutequipment_list_sensor_statistics/ for full documentation.
lookoutequipment_list_sensor_statistics(
  DatasetName,
  IngestionJobId = NULL,
  MaxResults = NULL,
  NextToken = NULL
)
| DatasetName | [required] The name of the dataset associated with the list of Sensor Statistics. | 
| IngestionJobId | The ingestion job id associated with the list of Sensor Statistics. To get sensor statistics for a particular ingestion job id, both dataset name and ingestion job id must be submitted as inputs. | 
| MaxResults | Specifies the maximum number of sensors for which to retrieve statistics. | 
| NextToken | An opaque pagination token indicating where to continue the listing of sensor statistics. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.