Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeviceConnectionStateEventProperties

Package version

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

Hierarchy

  • DeviceConnectionStateEventProperties

Index

Properties

Optional deviceConnectionStateEventInfo

deviceConnectionStateEventInfo: DeviceConnectionStateEventInfo

Information about the device connection state event.

Optional deviceId

deviceId: undefined | 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: - : . + % _ # * ? ! ( ) , = @ ; $ '.

Optional hubName

hubName: undefined | string

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

Optional moduleId

moduleId: undefined | 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