Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BlobQuickQueryStreamOptions

Package version

Hierarchy

  • BlobQuickQueryStreamOptions

Index

Properties

Optional abortSignal

abortSignal: AbortSignalLike

An implementation of the AbortSignalLike interface to signal the request to cancel the operation. For example, use the @azure/abort-controller to create an AbortSignal.

Optional onError

onError: undefined | ((error: BlobQueryError) => void)

Callback to receive error events during the query operaiton.

Optional onProgress

onProgress: undefined | ((progress: TransferProgressEvent) => void)

Read progress event handler

Generated using TypeDoc