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

EventHubCaptureFileCreatedEventData 类

定义

Microsoft.EventHub.CaptureFileCreated 事件的 EventGridEvent 的 Data 属性的架构。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.EventHubCaptureFileCreatedEventData+EventHubCaptureFileCreatedEventDataConverter))]
public class EventHubCaptureFileCreatedEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.EventHubCaptureFileCreatedEventData+EventHubCaptureFileCreatedEventDataConverter))>]
type EventHubCaptureFileCreatedEventData = class
Public Class EventHubCaptureFileCreatedEventData
继承
EventHubCaptureFileCreatedEventData
属性

属性

EventCount

文件中的事件数。

FileType

捕获文件的文件类型。

Fileurl

捕获文件的路径。

FirstEnqueueTime

队列中的第一个时间。

FirstSequenceNumber

队列中的最小序列号。

LastEnqueueTime

队列中的最后一个时间。

LastSequenceNumber

队列中的最后一个序列号。

PartitionId

分片 ID。

SizeInBytes

文件大小。

适用于