Packagecom.distriqt.extension.firebase.storage
Classpublic class UploadTaskSnapshot
InheritanceUploadTaskSnapshot Inheritance Object



Public Properties
 PropertyDefined By
  bytesTransferred : int = 0
UploadTaskSnapshot
  downloadUrl : String
A URL that can be used to download the object.
UploadTaskSnapshot
  metadata : StorageMetadata = null
UploadTaskSnapshot
  totalByteCount : int = 0
UploadTaskSnapshot
  uploadSessionUri : String
UploadTaskSnapshot
Public Methods
 MethodDefined By
  
Constructor
UploadTaskSnapshot
Property Detail
bytesTransferredproperty
public var bytesTransferred:int = 0

downloadUrlproperty 
public var downloadUrl:String

A URL that can be used to download the object. This is a public unguessable URL that can be shared with other clients. This value is populated once an upload is complete.

metadataproperty 
public var metadata:StorageMetadata = null

totalByteCountproperty 
public var totalByteCount:int = 0

uploadSessionUriproperty 
public var uploadSessionUri:String

Constructor Detail
UploadTaskSnapshot()Constructor
public function UploadTaskSnapshot()

Constructor