Home > @infiniteobjects/models > StorageObject > download
Downloads the Object to the given destination on the filesystem
Signature:
download(dest?: string): Promise<string>;
Parameter | Type | Description |
---|---|---|
dest | string | (Optional) |
Returns:
Promise<string>