AzureDigitalTwinState

data class AzureDigitalTwinState(val dtId: String, val properties: Map<String, JsonPrimitive> = mapOf(), val relationships: List<AzureDigitalTwinRelationship> = listOf())

Internal representation of the current state of an Azure Digital Twin, as returned by the Azure SDK. The important aspects are:

It is separated from SignalRDigitalTwinUpdate in order to enable independent evolution.

Constructors

Link copied to clipboard
constructor(dtId: String, properties: Map<String, JsonPrimitive> = mapOf(), relationships: List<AzureDigitalTwinRelationship> = listOf())

Properties

Link copied to clipboard
Link copied to clipboard
val properties: Map<String, JsonPrimitive>

Functions