你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BlobChangeFeedEvent Class

Definition

BlobChangeFeedEvent.

public class BlobChangeFeedEvent
type BlobChangeFeedEvent = class
Public Class BlobChangeFeedEvent
Inheritance
BlobChangeFeedEvent

Properties

EventData

Blob storage event data.

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.

Methods

ToString()

Returns a string that represents the current object.

Applies to