Azure / azure-cosmosdb-js-server

The JavaScript SDK for server-side programming in Azure Cosmos DB
MIT License
179 stars 152 forks source link

Returning the aggregate x-ms-request-charge header from the deleteDocument function call #32

Open ninhvuonglinh opened 6 years ago

ninhvuonglinh commented 6 years ago

For performance tracing and logging when call function deleteDocument of DocDbWrapperScript.js - line 786 - https://github.com/Azure/azure-cosmosdb-js-server/blob/master/utils/DocDbWrapperScript.js#L786

Is there any solution for get value of x-ms-request-charge from response header.