Aggregated statistics for a single OData entity set.
const stats: ODataEntityStats = { entitySet: 'A_Product', totalCalls: 15, avgDuration: 120, maxDuration: 450, errorCount: 1, byMethod: { GET: 12, POST: 2, PATCH: 1 },}; Copy
const stats: ODataEntityStats = { entitySet: 'A_Product', totalCalls: 15, avgDuration: 120, maxDuration: 450, errorCount: 1, byMethod: { GET: 12, POST: 2, PATCH: 1 },};
Readonly
Aggregated statistics for a single OData entity set.
Example