You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -275,6 +291,8 @@ An event has the following top-level data:
275
291
|`eventType`| string | One of the registered event types for this event source. |
276
292
|`eventTime`| string | The time the event is generated based on the provider's UTC time. |
277
293
|`id`| string | Unique identifier for the event. |
294
+
|`location`| string | The location of the event. |
295
+
|`connectedRegistry`| object | The connected registry information if the event is generated by a connected registry. |
278
296
|`data`| object | Blob storage event data. |
279
297
|`dataVersion`| string | The schema version of the data object. The publisher defines the schema version. |
280
298
|`metadataVersion`| string | The schema version of the event metadata. Event Grid defines the schema of the top-level properties. Event Grid provides this value. |
@@ -329,6 +347,12 @@ The request object has the following properties:
329
347
|`method`| string | The request method that generated the event. |
330
348
|`useragent`| string | The user agent header of the request. |
331
349
350
+
The connectedRegistry object has the following properties:
351
+
352
+
| Property | Type | Description |
353
+
| -------- | ---- | ----------- |
354
+
|`name`| string | The name of the connected registry that generated this event. |
0 commit comments