Type Alias StorageEntry

StorageEntry: Readonly<{
    offset: number;
    stream: Readable;
}>

Type declaration

  • offset: number

    Read offset at which the stream currently is (taking in account the buffered data).

  • stream: Readable

    The managed readable stream created with storage.createStream()