Uses of Class
com.azure.messaging.eventgrid.systemevents.DeviceTelemetryEventProperties
Packages that use DeviceTelemetryEventProperties
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of DeviceTelemetryEventProperties in com.azure.messaging.eventgrid.systemevents
Subclasses of DeviceTelemetryEventProperties in com.azure.messaging.eventgrid.systemeventsModifier and TypeClassDescriptionfinal classEvent data for Microsoft.Devices.DeviceTelemetry event.Methods in com.azure.messaging.eventgrid.systemevents that return DeviceTelemetryEventPropertiesModifier and TypeMethodDescriptionSet the body property: The content of the message from the device.DeviceTelemetryEventProperties.setProperties(Map<String, String> properties) Set the properties property: Application properties are user-defined strings that can be added to the message.DeviceTelemetryEventProperties.setSystemProperties(Map<String, String> systemProperties) Set the systemProperties property: System properties help identify contents and source of the messages.