@spacehq/sdk > OpenUuidFileResponse
OpenUuidFileResponse interface
Signature:
export interface OpenUuidFileResponse
Properties
| Property | Type | Description |
|---|---|---|
| consumeStream | () => Promise<Uint8Array> | consumeStream aggregates the stream data and returns the compounded bytes array.Note that if the stream has already been consumed/used once, consumeStream would return an empty bytes array. |
| entry | DirectoryEntry | Directory Entry representing the file this stream points to. |
| mimeType | string | undefined | |
| stream | AsyncIterableIterator<Uint8Array> |