Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.1 KB

CommonResponseObjDebug.md

File metadata and controls

19 lines (14 loc) · 1.1 KB

openapi.model.CommonResponseObjDebug

Load the model package

import 'package:openapi/api.dart';

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 An array of the SQL Queries that were executed during the API request execution [default to const []]

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