Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeviceConnectionStateEvent

Package version

Schema of the Data property of an EventGridEvent for a device connection state event (DeviceConnected, DeviceDisconnected).

Hierarchy

  • DeviceConnectionStateEvent

Index

Properties

deviceConnectionStateEventInfo

deviceConnectionStateEventInfo: DeviceConnectionStateEventInfo

Information about the device connection state event.

deviceId

deviceId: string

The unique identifier of the device. This case-sensitive string can be up to 128 characters long, and supports ASCII 7-bit alphanumeric characters plus the following special characters: - : . + % _ # * ? ! ( ) , = @ ; $ '.

hubName

hubName: string

Name of the IoT Hub where the device was created or deleted.

moduleId

moduleId: string

The unique identifier of the module. This case-sensitive string can be up to 128 characters long, and supports ASCII 7-bit alphanumeric characters plus the following special characters: - : . + % _ # * ? ! ( ) , = @ ; $ '.

Generated using TypeDoc