Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventHubCaptureFileCreatedEventData

Package version

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

Hierarchy

  • EventHubCaptureFileCreatedEventData

Index

Properties

eventCount

eventCount: number

The number of events in the file.

fileType

fileType: string

The file type of the capture file.

fileUrl

fileUrl: string

The path to the capture file.

firstEnqueueTime

firstEnqueueTime: string

The first time from the queue.

firstSequenceNumber

firstSequenceNumber: number

The smallest sequence number from the queue.

lastEnqueueTime

lastEnqueueTime: string

The last time from the queue.

lastSequenceNumber

lastSequenceNumber: number

The last sequence number from the queue.

partitionId

partitionId: string

The shard ID.

sizeInBytes

sizeInBytes: number

The file size.

Generated using TypeDoc