CXSEvent.ClearCacheEntry Data Shape
The CXSEvent.ClearCacheEntry Data Shape defines a set of fields that are associated with a ClearCacheEntry event, which instructs an Azure IoT Hub Connector to clear a cache entry for a specified cache and key.
Fields
The CXSEvent.ClearCacheEntry 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 the message for the event, which provides details about what happened.
cacheName
STRING
Provides the name of the cache from which to remove an entry.
cacheKey
STRING
Provides the cache key that you want to clear.
context
JSON
Provides additional context information as a JSON object.