Packagecom.tuarua.firebase
Classpublic class Storage
InheritanceStorage Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined By
  maxDownloadRetryTime : Number
Maximum time in seconds to retry a download if a failure occurs.
Storage
  maxOperationRetryTime : Number
Maximum time in seconds to retry operations other than upload and download if a failure occurs.
Storage
  maxUploadRetryTime : Number
Maximum time in seconds to retry an upload if a failure occurs.
Storage
  url : String
[static] [write-only] The gs:// url to your Firebase Storage Bucket.
Storage
Public Methods
 MethodDefined By
  
dispose():void
[static] Disposes the ANE
Storage
  
reference(path:String = null, url:String = null):StorageReference
Storage
Property Detail
maxDownloadRetryTimeproperty
maxDownloadRetryTime:Number

Maximum time in seconds to retry a download if a failure occurs. Defaults to 10 minutes (600000 milliseconds).


Implementation
    public function get maxDownloadRetryTime():Number
    public function set maxDownloadRetryTime(value:Number):void
maxOperationRetryTimeproperty 
maxOperationRetryTime:Number

Maximum time in seconds to retry operations other than upload and download if a failure occurs. Defaults to 2 minutes (120000 milliseconds).


Implementation
    public function get maxOperationRetryTime():Number
    public function set maxOperationRetryTime(value:Number):void
maxUploadRetryTimeproperty 
maxUploadRetryTime:Number

Maximum time in seconds to retry an upload if a failure occurs. Defaults to 10 minutes (600000 milliseconds).


Implementation
    public function get maxUploadRetryTime():Number
    public function set maxUploadRetryTime(value:Number):void
urlproperty 
url:String  [write-only]

The gs:// url to your Firebase Storage Bucket.


Implementation
    public static function set url(value:String):void
Method Detail
dispose()method
public static function dispose():void

Disposes the ANE

reference()method 
public function reference(path:String = null, url:String = null):StorageReference

Parameters

path:String (default = null)
 
url:String (default = null)

Returns
StorageReference