The complete OData trace report written to odata-trace.json.
odata-trace.json
const report: ODataTraceReport = { timestamp: new Date().toISOString(), totalRequests: 42, totalDuration: 6300, entityStats: [{ entitySet: 'A_Product', totalCalls: 42, avgDuration: 150, maxDuration: 450, errorCount: 0, byMethod: { GET: 42 } }], traces: [],}; Copy
const report: ODataTraceReport = { timestamp: new Date().toISOString(), totalRequests: 42, totalDuration: 6300, entityStats: [{ entitySet: 'A_Product', totalCalls: 42, avgDuration: 150, maxDuration: 450, errorCount: 0, byMethod: { GET: 42 } }], traces: [],};
Readonly
The complete OData trace report written to
odata-trace.json.Example