Skip to main content

UploadQueueStats

Constructors

Constructor

new UploadQueueStats(count, size?): UploadQueueStats;

Parameters

ParameterTypeDescription
countnumberNumber of records in the upload queue.
size?number | nullSize of the upload queue in bytes.

Returns

UploadQueueStats

Properties

PropertyTypeDescription
countnumberNumber of records in the upload queue.
sizenumber | nullSize of the upload queue in bytes.

Methods

toString()

toString(): string;

Returns

string