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
Copy file name to clipboardExpand all lines: articles/service-bus-messaging/includes/event-grid-service-bus.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,7 @@ An event has the following top-level data:
222
222
|`eventType`| string | One of the registered event types for this event source. |
223
223
|`eventTime`| string | The time the event is generated based on the provider's UTC time. |
224
224
|`id`| string | Unique identifier for the event. |
225
-
|`data`| object |Blob storage event data. |
225
+
|`data`| object |Service Bus event data. |
226
226
|`dataVersion`| string | The schema version of the data object. The publisher defines the schema version. |
227
227
|`metadataVersion`| string | The schema version of the event metadata. Event Grid defines the schema of the top-level properties. Event Grid provides this value. |
228
228
@@ -237,7 +237,7 @@ An event has the following top-level data:
237
237
|`type`| string | One of the registered event types for this event source. |
238
238
|`time`| string | The time the event is generated based on the provider's UTC time. |
239
239
|`id`| string | Unique identifier for the event. |
0 commit comments