EventHubCaptureFileCreatedEventData interface
Schema of the Data property of an EventGridEvent for an Microsoft.EventHub.CaptureFileCreated event.
Properties
event |
The number of events in the file. |
file |
The file type of the capture file. |
fileurl | 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?: Date
Property Value
Date
firstSequenceNumber
The smallest sequence number from the queue.
firstSequenceNumber?: number
Property Value
number
lastEnqueueTime
The last time from the queue.
lastEnqueueTime?: Date
Property Value
Date
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
Azure SDK for JavaScript