Skip to main content

UploadQueueStats

Constructors

new UploadQueueStats()

new UploadQueueStats(count, size?): UploadQueueStats

Parameters

ParameterTypeDescription
countnumberNumber of records in the upload queue.
size?null | numberSize of the upload queue in bytes.

Returns

UploadQueueStats

Properties

PropertyTypeDescription
countnumberNumber of records in the upload queue.
sizenull | numberSize of the upload queue in bytes.

Methods

toString()

toString(): string

Returns

string