Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeviceTwinInfo

Package version

Information about the device twin, which is the cloud representation of application device metadata.

Hierarchy

  • DeviceTwinInfo

Index

Properties

authenticationType

authenticationType: string

Authentication type used for this device: either SAS, SelfSigned, or CertificateAuthority.

cloudToDeviceMessageCount

cloudToDeviceMessageCount: number

Count of cloud to device messages sent to this device.

connectionState

connectionState: string

Whether the device is connected or disconnected.

deviceId

deviceId: string

The unique identifier of the device twin.

etag

etag: string

A piece of information that describes the content of the device twin. Each etag is guaranteed to be unique per device twin.

lastActivityTime

lastActivityTime: string

The ISO8601 timestamp of the last activity.

properties

Properties JSON element.

status

status: string

Whether the device twin is enabled or disabled.

statusUpdateTime

statusUpdateTime: string

The ISO8601 timestamp of the last device twin status update.

version

version: number

An integer that is incremented by one each time the device twin is updated.

x509Thumbprint

The thumbprint is a unique value for the x509 certificate, commonly used to find a particular certificate in a certificate store. The thumbprint is dynamically generated using the SHA1 algorithm, and does not physically exist in the certificate.

Generated using TypeDoc