Share via


DeviceTwinInfo Class

Definition

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

public class DeviceTwinInfo
type DeviceTwinInfo = class
Public Class DeviceTwinInfo
Inheritance
DeviceTwinInfo

Properties

AuthenticationType

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

CloudToDeviceMessageCount

Count of cloud to device messages sent to this device.

ConnectionState

Whether the device is connected or disconnected.

DeviceId

The unique identifier of the device twin.

Etag

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

LastActivityTime

The ISO8601 timestamp of the last activity.

Properties

Properties JSON element.

Status

Whether the device twin is enabled or disabled.

StatusUpdateTime

The ISO8601 timestamp of the last device twin status update.

Version

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.

Applies to