LuxChat  2.0
Instant messenger for iOS
Properties | List of all members
FIRStorageTaskSnapshot Class Reference

#import <FIRStorageTaskSnapshot.h>

Inheritance diagram for FIRStorageTaskSnapshot:

Properties

__kindof FIRStorageTasktask
 
FIRStorageMetadatametadata
 
FIRStorageReferencereference
 
NSProgress * progress
 
NSError * error
 
FIRStorageTaskStatus status
 

Detailed Description

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).

Property Documentation

- (NSError*) error
readnonatomiccopy

Error during task execution, or nil if no error occurred.

- (FIRStorageMetadata*) metadata
readnonatomiccopy

Metadata returned by the task, or nil if no metadata returned.

- (NSProgress*) progress
readnonatomicstrong

NSProgress object which tracks the progess of an upload or download.

- (FIRStorageReference*) reference
readnonatomiccopy

FIRStorageReference this task is operates on.

- (FIRStorageTaskStatus) status
readnonatomicassign

Status of the task.

- (__kindof FIRStorageTask*) task
readnonatomiccopy

Subclass of FIRStorageTask this snapshot represents.


The documentation for this class was generated from the following file: