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