AssetStatusResponse

data class AssetStatusResponse(val datasets: List<AssetStatusDatasetResponse>, val errors: List<AssetStatusErrorResponse>, val events: List<AssetStatusEventResponse>, val version: Double)

Defines the asset status properties.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Array of dataset statuses that describe the status of each dataset.

Link copied to clipboard

Array object to transfer and persist errors that originate from the Edge.

Link copied to clipboard

Array of event statuses that describe the status of each event.

Link copied to clipboard

A read only incremental counter indicating the number of times the configuration has been modified from the perspective of the current actual (Edge) state of the Asset. Edge would be the only writer of this value and would sync back up to the cloud. In steady state, this should equal version.