BlobChangeFeedEvent interface

Properties

data

Blob storage event data.

dataVersion

The schema version of the data object. The publisher defines the schema version.

eventTime

The time the event is generated based on the provider's UTC time.

eventType

One of the registered event types for this event source.

id

Unique identifier for the event.

metadataVersion

The schema version of the event metadata. Event Grid defines the schema of the top-level properties. Event Grid provides this value.

schemaVersion

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

Blob storage event data.

data: BlobChangeFeedEventData

Property Value

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