BlobChangeFeedEvent interface
Change feed event record. Contains response data for the listChanges operation.
Properties
data | Blob storage event data. |
data |
The schema version of the data object. The publisher defines the schema version. |
event |
The time the event is generated based on the provider's UTC time. |
event |
One of the registered event types for this event source. |
id | Unique identifier for the event. |
metadata |
The schema version of the event metadata. Event Grid defines the schema of the top-level properties. Event Grid provides this value. |
schema |
The schema version of the data object. The publisher defines the schema version. |
subject | Publisher-defined path to the event subject. |
topic | Full resource path to the event source. This field is not writeable. Event Grid provides this value. |
Property Details
data
dataVersion
The schema version of the data object. The publisher defines the schema version.
dataVersion?: string
Property Value
string
eventTime
The time the event is generated based on the provider's UTC time.
eventTime: Date
Property Value
Date
eventType
One of the registered event types for this event source.
eventType: BlobChangeFeedEventType
Property Value
id
Unique identifier for the event.
id: string
Property Value
string
metadataVersion
The schema version of the event metadata. Event Grid defines the schema of the top-level properties. Event Grid provides this value.
metadataVersion: string
Property Value
string
schemaVersion
The schema version of the data object. The publisher defines the schema version.
schemaVersion?: number
Property Value
number
subject
Publisher-defined path to the event subject.
subject: string
Property Value
string
topic
Full resource path to the event source. This field is not writeable. Event Grid provides this value.
topic: string
Property Value
string
Azure SDK for JavaScript