Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BlobChangeFeedEvent

Package version

Hierarchy

  • BlobChangeFeedEvent

Index

Properties

data

Blob storage event data.

Optional dataVersion

dataVersion: undefined | string

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

eventTime

eventTime: Date

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

id: string

Unique identifier for the event.

metadataVersion

metadataVersion: string

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

Optional schemaVersion

schemaVersion: undefined | number

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

subject

subject: string

Publisher-defined path to the event subject.

topic

topic: string

Full resource path to the event source. This field is not writeable. Event Grid provides this value.

Generated using TypeDoc