Lists statistics about the data collected for each of the sensors that have been successfully ingested in the particular dataset
Source:R/lookoutequipment_operations.R
lookoutequipment_list_sensor_statistics.RdLists 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.
Usage
lookoutequipment_list_sensor_statistics(
DatasetName,
IngestionJobId = NULL,
MaxResults = NULL,
NextToken = NULL
)Arguments
- 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.