UploadQueueStats
Constructors
new UploadQueueStats()
new UploadQueueStats(count, size?): UploadQueueStats
Parameters
| Parameter | Type | Description |
|---|---|---|
count | number | Number of records in the upload queue. |
size? | null | number | Size of the upload queue in bytes. |
Returns
Properties
| Property | Type | Description |
|---|---|---|
count | number | Number of records in the upload queue. |
size | null | number | Size of the upload queue in bytes. |
Methods
toString()
toString(): string
Returns
string