Name | Type | Description | Notes |
---|---|---|---|
sMemoryUsage | kotlin.String | The peak memory allocated during the API request execution. Formatted as a human readable string | |
sRunTime | kotlin.String | The total server execution time of the API request execution. Formatted as a human readable string | |
iSQLSelects | kotlin.Int | The number of SQL SELECT queries that were sent to the database server during the API request execution | |
iSQLQueries | kotlin.Int | The number of SQL INSERT/UPDATE/DELETE queries that were sent to the database server during the API request execution | |
aObjSQLQuery | kotlin.collections.List<CommonResponseObjSQLQuery> | An array of the SQL Queries that were executed during the API request execution |