Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BlobChangeFeedEvent

Package version

Change feed event record. Contains response data for the BlobChangeFeedClient.listChanges operation.

see

https://docs.microsoft.com/en-us/azure/event-grid/event-schema-blob-storage?toc=/azure/storage/blobs/toc.json#event-properties

export
interface

BlobChangeFeedEvent

Hierarchy

  • BlobChangeFeedEvent

Index

Properties

data

Blob storage event data.

memberof

BlobChangeFeedEvent

Optional dataVersion

dataVersion: undefined | string

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

memberof

BlobChangeFeedEvent

eventTime

eventTime: Date

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

memberof

BlobChangeFeedEvent

eventType

One of the registered event types for this event source.

memberof

BlobChangeFeedEvent

id

id: string

Unique identifier for the event.

memberof

BlobChangeFeedEvent

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.

memberof

BlobChangeFeedEvent

subject

subject: string

Publisher-defined path to the event subject.

memberof

BlobChangeFeedEvent

topic

topic: string

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

memberof

BlobChangeFeedEvent

Generated using TypeDoc