EventHubCaptureFileCreatedEventData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Schema of the Data property of an EventGridEvent for a Microsoft.EventHub.CaptureFileCreated event.
[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
- Inheritance
-
EventHubCaptureFileCreatedEventData
- Attributes
Properties
EventCount |
The number of events in the file. |
FileType |
The file type of the capture file. |
Fileurl |
The path to the capture file. |
FirstEnqueueTime |
The first time from the queue. |
FirstSequenceNumber |
The smallest sequence number from the queue. |
LastEnqueueTime |
The last time from the queue. |
LastSequenceNumber |
The last sequence number from the queue. |
PartitionId |
The shard ID. |
SizeInBytes |
The file size. |