Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventHubCaptureFileCreatedEventData

Package version

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

Hierarchy

  • EventHubCaptureFileCreatedEventData

Index

Properties

Optional eventCount

eventCount: undefined | number

The number of events in the file.

Optional fileType

fileType: undefined | string

The file type of the capture file.

Optional fileurl

fileurl: undefined | string

The path to the capture file.

Optional firstEnqueueTime

firstEnqueueTime: Date

The first time from the queue.

Optional firstSequenceNumber

firstSequenceNumber: undefined | number

The smallest sequence number from the queue.

Optional lastEnqueueTime

lastEnqueueTime: Date

The last time from the queue.

Optional lastSequenceNumber

lastSequenceNumber: undefined | number

The last sequence number from the queue.

Optional partitionId

partitionId: undefined | string

The shard ID.

Optional sizeInBytes

sizeInBytes: undefined | number

The file size.

Generated using TypeDoc