CXSEvent.WritePropertyError Data Shape
The CXSEvent.WritePropertyError Data Shape defines a set of fields that are associated with a WritePropertyError event, which indicates a failure to write a property on an entity. The cause may be that the property does not exist.
Fields
The CXSEvent.WritePropertyError Data Shape includes the following fields:
Field Name
Base Type
Description
id
STRING
Defines the event id which is typically a UUID.
message
STRING
Defines message for the event, which provides details about the event.
ThingName
STRING
Defines the name of the thing where properties could not be written.
properties
INFOTABLE
Defines the properties associated with the event.The property information includes the following attributes:
name — A STRING that is the unique identifier of the property.
timestamp — A DATETIME value that provides the date and time that the property value was processed by the Azure IoT Hub Connector.
quality — A STRING value that is one of the following: good, bad, or uncertain.
context
JSON
Provides additional context information, as a JSON object.