DeleteDatastoreRequest Class

(QtAws::IoTAnalytics::DeleteDatastoreRequest)

The DeleteDatastoreRequest class provides an interface for IoTAnalytics DeleteDatastore requests. More...

Header: #include <DeleteDatastoreRequest>
Inherits: QtAws::IoTAnalytics::IoTAnalyticsRequest

Public Functions

DeleteDatastoreRequest(const DeleteDatastoreRequest &other)
DeleteDatastoreRequest()

Reimplemented Public Functions

virtual bool isValid() const override

Reimplemented Protected Functions

virtual QtAws::Core::AwsAbstractResponse *response(QNetworkReply * const reply) const override

Detailed Description

The DeleteDatastoreRequest class provides an interface for IoTAnalytics DeleteDatastore requests.

AWS IoT Analytics provides advanced data analysis for AWS IoT. It allows you to collect large amounts of device data, process messages, store them, and then query the data and run sophisticated analytics to make accurate decisions in your IoT applications and machine learning use cases. AWS IoT Analytics enables advanced data exploration through integration with Jupyter Notebooks and data visualization through integration with Amazon

QuickSight>

Traditional analytics and business intelligence tools are designed to process structured data. IoT data often comes from devices that record noisy processes (such as temperature, motion, or sound). As a result, the data from these devices can have significant gaps, corrupted messages, and false readings that must be cleaned up before analysis can occur. Also, IoT data is often only meaningful in the context of other data from external sources.

</p

AWS IoT Analytics automates each of the steps required to analyze data from IoT devices. AWS IoT Analytics filters, transforms, and enriches IoT data before storing it in a time-series data store for analysis. You can set up the service to collect only the data you need from your devices, apply mathematical transforms to process the data, and enrich the data with device-specific metadata such as device type and location before storing it. Then, you can analyze your data by running queries using the built-in SQL query engine, or perform more complex analytics and machine learning inference. AWS IoT Analytics includes models for common IoT use cases so you can answer questions like which devices are about to fail or which customers are at risk of abandoning their wearable

See also IoTAnalyticsClient::deleteDatastore.

Member Function Documentation

DeleteDatastoreRequest::DeleteDatastoreRequest(const DeleteDatastoreRequest &other)

Constructs a copy of other.

DeleteDatastoreRequest::DeleteDatastoreRequest()

Constructs a DeleteDatastoreRequest object.

[override virtual] bool DeleteDatastoreRequest::isValid() const

Reimplemented from AwsAbstractRequest::isValid().

[override virtual protected] QtAws::Core::AwsAbstractResponse *DeleteDatastoreRequest::response(QNetworkReply * const reply) const

Reimplemented from AwsAbstractRequest::response().

Returns a DeleteDatastoreResponse object to process reply.

See also QtAws::Core::AwsAbstractClient::send.

© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.