|
LuxChat
2.0
Instant messenger for iOS
|
#import <FIRStorageTaskSnapshot.h>
Properties | |
| __kindof FIRStorageTask * | task |
| FIRStorageMetadata * | metadata |
| FIRStorageReference * | reference |
| NSProgress * | progress |
| NSError * | error |
| FIRStorageTaskStatus | status |
FIRStorageTaskSnapshot represents an immutable view of a task. A Snapshot contains a task, storage reference, metadata (if it exists), progress, and an error (if one occurred).
|
readnonatomiccopy |
Error during task execution, or nil if no error occurred.
|
readnonatomiccopy |
Metadata returned by the task, or nil if no metadata returned.
|
readnonatomicstrong |
NSProgress object which tracks the progess of an upload or download.
|
readnonatomiccopy |
FIRStorageReference this task is operates on.
|
readnonatomicassign |
Status of the task.
|
readnonatomiccopy |
Subclass of FIRStorageTask this snapshot represents.
1.8.9.1