EventHubCaptureFileCreatedEventData interface

Schema of the Data property of an EventGridEvent for a Microsoft.EventHub.CaptureFileCreated event.

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.

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