Understanding the x-ms-resource-usage in DocumentDB response header
问题 While performing a simple Get operation by Id where a single document is returned (not an array with one document) I get the following x-ms-resource-usage: x-ms-resource-usage:documentSize:0;documentsSize:288;collectionSize=307; Questions: Why is documentSize 0? What is the unit of measure? Bytes? What is the difference between documentSize and documentsSize ? Please note the query only returns one document. What is the collectionSize ? Is that the total number of documents in the collection?