storage library
Classes
- DownloadTask
- A class which indicates an on-going download task.
- FirebaseStorage
- FirebaseStorage is a service that supports uploading and downloading large objects to Google Cloud Storage.
- FullMetadata
- Metadata for a Reference. Metadata stores default attributes such as size and content type.
- ListOptions
-
The options
FirebaseStoragePlatform.list
accepts. - ListResult
-
Class returned as a result of calling a list method (
list
orlistAll
) on a Reference. - Reference
- SettableMetadata
- Task
- A class representing an on-going storage task that additionally delegates to a Future.
- TaskSnapshot
- A TaskSnapshot is returned as the result or on-going process of a Task.
- UploadTask
- A class which indicates an on-going upload task.
Enums
- PutStringFormat
- The format in which a string can be uploaded to the storage bucket via Reference.putString.
- TaskState
- Represents the state of an on-going Task.