EventHubCaptureFileCreatedEventData interface
Schema of the Data property of an EventGridEvent for a Microsoft.EventHub.CaptureFileCreated event.
Properties
event |
The number of events in the file. |
file |
The file type of the capture file. |
file |
The path to the capture file. |
first |
The first time from the queue. |
first |
The smallest sequence number from the queue. |
last |
The last time from the queue. |
last |
The last sequence number from the queue. |
partition |
The shard ID. |
size |
The file size. |
Property Details
eventCount
The number of events in the file.
eventCount: number
Property Value
number
fileType
The file type of the capture file.
fileType: string
Property Value
string
fileUrl
The path to the capture file.
fileUrl: string
Property Value
string
firstEnqueueTime
The first time from the queue.
firstEnqueueTime: string
Property Value
string
firstSequenceNumber
The smallest sequence number from the queue.
firstSequenceNumber: number
Property Value
number
lastEnqueueTime
The last time from the queue.
lastEnqueueTime: string
Property Value
string
lastSequenceNumber
The last sequence number from the queue.
lastSequenceNumber: number
Property Value
number
partitionId
The shard ID.
partitionId: string
Property Value
string
sizeInBytes
The file size.
sizeInBytes: number
Property Value
number