Skip to main content

Home > git-documentdb > TaskStatistics

TaskStatistics type#

Task statistics after opening database

Signature:
export declare type TaskStatistics = {
put: number;
insert: number;
update: number;
delete: number;
push: number;
sync: number;
cancel: number;
};

Remarks#

The statistics are on memory and not persistent. They are cleared by GitDocumentDB#close().