| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
dispose():void [static] Disposes the ANE | Storage | ||
reference(path:String = null, url:String = null):StorageReference | Storage | ||
| maxDownloadRetryTime | property |
maxDownloadRetryTime:NumberMaximum time in seconds to retry a download if a failure occurs. Defaults to 10 minutes (600000 milliseconds).
public function get maxDownloadRetryTime():Number public function set maxDownloadRetryTime(value:Number):void| maxOperationRetryTime | property |
maxOperationRetryTime:NumberMaximum time in seconds to retry operations other than upload and download if a failure occurs. Defaults to 2 minutes (120000 milliseconds).
public function get maxOperationRetryTime():Number public function set maxOperationRetryTime(value:Number):void| maxUploadRetryTime | property |
maxUploadRetryTime:NumberMaximum time in seconds to retry an upload if a failure occurs. Defaults to 10 minutes (600000 milliseconds).
public function get maxUploadRetryTime():Number public function set maxUploadRetryTime(value:Number):void| url | property |
url:String [write-only] The gs:// url to your Firebase Storage Bucket.
public static function set url(value:String):void| dispose | () | method |
public static function dispose():voidDisposes the ANE
| reference | () | method |
public function reference(path:String = null, url:String = null):StorageReferenceParameters
path:String (default = null) | |
url:String (default = null) |
StorageReference |