stack

Home > @infiniteobjects/models > StorageObject > download

StorageObject.download() method

Downloads the Object to the given destination on the filesystem

Signature:

download(dest?: string): Promise<string>;

Parameters

Parameter Type Description
dest string (Optional)

Returns:

Promise<string>