Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeviceLifeCycleEventProperties

Package version

Schema of the Data property of an EventGridEvent for a device life cycle event (DeviceCreated, DeviceDeleted).

Hierarchy

  • DeviceLifeCycleEventProperties

Index

Properties

Properties

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 twin

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

Generated using TypeDoc