DeviceTwinInfo interface
裝置對應項的相關信息,這是應用程式裝置元數據的雲端表示法。
屬性
authentication |
用於此裝置的驗證類型:SAS、SelfSigned 或 CertificateAuthority。 |
cloud |
傳送至此裝置的雲端到裝置訊息計數。 |
connection |
裝置是否已連線或中斷連線。 |
device |
裝置對應項的唯一標識符。 |
etag | 描述裝置對應項內容的一段資訊。 每個 etag 保證每個裝置對應項都是唯一的。 |
last |
上一個活動的ISO8601時間戳。 |
properties | 屬性 JSON 元素。 |
status | 裝置對應項是啟用還是停用。 |
status |
上次裝置對應項狀態更新的ISO8601時間戳。 |
version | 每次更新裝置對應項時,遞增一個的整數。 |
x509Thumbprint | 指紋是 x509 憑證的唯一值,通常用來尋找證書存儲中的特定憑證。 指紋是使用 SHA1 演算法動態產生的,而且實際上不存在於憑證中。 |
屬性詳細資料
authenticationType
用於此裝置的驗證類型:SAS、SelfSigned 或 CertificateAuthority。
authenticationType: string
屬性值
string
cloudToDeviceMessageCount
傳送至此裝置的雲端到裝置訊息計數。
cloudToDeviceMessageCount: number
屬性值
number
connectionState
裝置是否已連線或中斷連線。
connectionState: string
屬性值
string
deviceId
裝置對應項的唯一標識符。
deviceId: string
屬性值
string
etag
描述裝置對應項內容的一段資訊。 每個 etag 保證每個裝置對應項都是唯一的。
etag: string
屬性值
string
lastActivityTime
上一個活動的ISO8601時間戳。
lastActivityTime: string
屬性值
string
properties
status
裝置對應項是啟用還是停用。
status: string
屬性值
string
statusUpdateTime
上次裝置對應項狀態更新的ISO8601時間戳。
statusUpdateTime: string
屬性值
string
version
每次更新裝置對應項時,遞增一個的整數。
version: number
屬性值
number
x509Thumbprint
指紋是 x509 憑證的唯一值,通常用來尋找證書存儲中的特定憑證。 指紋是使用 SHA1 演算法動態產生的,而且實際上不存在於憑證中。
x509Thumbprint: DeviceTwinInfoX509Thumbprint