Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LazyLoadingBlobStream

Package version

This class generates a readable stream from a blobClient's data.

export

Hierarchy

  • any
    • LazyLoadingBlobStream

Index

Constructors

Methods

Constructors

constructor

Methods

_read

  • _read(size?: undefined | number): Promise<void>
  • Internal _read() that will be called when the stream wants to pull more data in.

    memberof

    LazyLoadingBlobStream

    Parameters

    • Optional size: undefined | number

      Optional. The size of data to be read

    Returns Promise<void>

Generated using TypeDoc