Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CaptureDescription

Package version

Properties to configure capture description for eventhub

Hierarchy

  • CaptureDescription

Index

Properties

Optional destination

destination: Destination

Properties of Destination where capture will be stored. (Storage Account, Blob Names)

Optional enabled

enabled: undefined | false | true

A value that indicates whether capture description is enabled.

Optional encoding

Enumerates the possible values for the encoding format of capture description. Note: 'AvroDeflate' will be deprecated in New API Version. Possible values include: 'Avro', 'AvroDeflate'

Optional intervalInSeconds

intervalInSeconds: undefined | number

The time window allows you to set the frequency with which the capture to Azure Blobs will happen, value should between 60 to 900 seconds

Optional sizeLimitInBytes

sizeLimitInBytes: undefined | number

The size window defines the amount of data built up in your Event Hub before an capture operation, value should be between 10485760 to 524288000 bytes

Optional skipEmptyArchives

skipEmptyArchives: undefined | false | true

A value that indicates whether to Skip Empty Archives

Generated using TypeDoc