Skip to main content

Home > git-documentdb > TaskLabel

TaskLabel type#

Union type of properties of TaskStatistics

Signature:
export declare type TaskLabel = 'put' | 'insert' | 'update' | 'delete' | 'sync' | 'push';