@spacehq/sdk > OpenFileRequest
OpenFileRequest interface
Signature:
export interface OpenFileRequest
Properties
Property | Type | Description |
---|---|---|
bucket | string | |
path | string | |
progress? | (bytesRead?: number) => void | (Optional) progress callback if provided will be called with bytes read from remote while opening the file. |