Skip to main content

UploadQueueStats

Constructors

Constructor

new UploadQueueStats(count, size?): UploadQueueStats;

Parameters

ParameterTypeDefault valueDescription
countnumberundefinedNumber of records in the upload queue.
sizenumber | nullnullSize of the upload queue in bytes.

Returns

UploadQueueStats

Properties

PropertyModifierTypeDefault valueDescription
countpublicnumberundefinedNumber of records in the upload queue.
sizepublicnumber | nullnullSize of the upload queue in bytes.

Methods

toString()

toString(): string;

Returns

string