Define data properties
Asset properties are the structures within each asset that contain asset data. Asset properties can be any of the following types:
-
Attributes – An asset's generally static properties, such as device manufacturer or geographic region. For more information, see Define static data (attributes).
-
Measurements – An asset's raw device's sensor data streams, such as timestamped rotation speed values or timestamped temperature values in Celsius. A measurement is defined by a data stream alias. For more information, see Define data streams from equipment (measurements).
-
Transforms – An asset's transformed time-series values, such as timestamped temperature values in Fahrenheit. A transform is defined by an expression and the variables to consume with that expression. For more information, see Transform data (transforms).
-
Metrics – An asset's data aggregated over a specified time interval, such as the hourly average temperature. A metric is defined by a time interval, an expression, and the variables to consume with that expression. Metric expressions can input associated assets' metric properties, so that you can calculate metrics that represent your operation or a subset of your operation. For more information, see Aggregate data from properties and other assets (metrics).
For more information, see Create asset models in AWS IoT SiteWise.
For an example of how to use measurements, transforms, and metrics to calculate Overall Equipment Effectiveness (OEE), see Calculate OEE in AWS IoT SiteWise.