Abstract Protected _honeycombDownloads a HoneycombFile from the provided URI.
The URI of the file to download.
The downloaded HoneycombFile.
Abstract getAbstract getRetrieves the upload price for a HoneycombFile.
The HoneycombFile for which to calculate the upload price.
The upload price in the form of an Amount.
Abstract getRetrieves the upload price for an array of HoneycombFiles.
An array of HoneycombFiles to calculate the upload price for.
The upload price in the form of an Amount.
Abstract uploadUploads a HoneycombFile to the Honeycomb storage.
The HoneycombFile to upload.
The URI of the uploaded file.
Abstract uploadUploads an array of HoneycombFiles to the Honeycomb storage.
An array of HoneycombFiles to upload.
An array of URIs for the uploaded files.
Generated using TypeDoc
Represents the abstract StorageModule for handling file uploads and downloads in Honeycomb.