veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
23 lines (14 loc) • 913 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/storage-types](./storage-types.md) > [StorageService](./storage-types.storageservice.md)
## StorageService interface
A Firebase Storage instance.
<b>Signature:</b>
```typescript
export interface StorageService
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [app](./storage-types.storageservice.app.md) | [FirebaseApp](./app-types.firebaseapp.md) | FirebaseApp associated with this StorageService instance. |
| [maxOperationRetryTime](./storage-types.storageservice.maxoperationretrytime.md) | number | The maximum time to retry operations other than uploads or downloads in milliseconds. |
| [maxUploadRetryTime](./storage-types.storageservice.maxuploadretrytime.md) | number | The maximum time to retry uploads in milliseconds. |