Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.08 KB

CommonResponseObjDebug.md

File metadata and controls

15 lines (11 loc) · 1.08 KB

eZmaxApi.Model.CommonResponseObjDebug

This is a generic debug object that is returned by all API requests

Properties

Name Type Description Notes
SMemoryUsage string The peak memory allocated during the API request execution. Formatted as a human readable string
SRunTime string The total server execution time of the API request execution. Formatted as a human readable string
ISQLSelects int The number of SQL SELECT queries that were sent to the database server during the API request execution
ISQLQueries int The number of SQL INSERT/UPDATE/DELETE queries that were sent to the database server during the API request execution
AObjSQLQuery List<CommonResponseObjSQLQuery> An array of the SQL Queries that were executed during the API request execution

[Back to Model list] [Back to API list] [Back to README]