afv-library/skills/platform-data-and-tooling-api-context-get/assets/tooling_api/ApexTestResultLimits.json

87 lines
5.6 KiB
JSON

{
"sections": [
"title",
"description",
"supported_soap_calls",
"supported_rest_api_http_methods",
"fields",
"wsdl_segment"
],
"title": "ApexTestResultLimits - Tooling API",
"description": "Captures the Apex test limits used for a particular test method execution. An instance of this object is associated with each ApexTestResult object. Available from API version 37.0 or later.",
"supported_soap_calls": "`create()`, `delete()`, `describeSObjects()`, `query()`, `retrieve()`, `update()`",
"supported_rest_api_http_methods": "`Query`, `GET`",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"ApexTestResultId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "The ID of the associated ApexTestResult object."
},
"AsyncCalls": {
"type": "int",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The number of asynchronous calls made during the test run."
},
"Callouts": {
"type": "int",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The number of callouts made during the test run."
},
"Cpu": {
"type": "int",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The amount of CPU used during the test run, in milliseconds."
},
"Dml": {
"type": "int",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The number of DML statements made during the test run."
},
"DmlRows": {
"type": "int",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The number of rows accessed by DML statements during the test run."
},
"Email": {
"type": "int",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The number of email invocations made during the test run."
},
"LimitContext": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "Indicates whether the test run was synchronous or asynchronous."
},
"LimitExceptions": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "Indicates whether your org has any limits that differ from the default limits."
},
"MobilePush": {
"type": "int",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The number of mobile push calls made during the test run."
},
"QueryRows": {
"type": "int",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The number of rows queried during the test run."
},
"Soql": {
"type": "int",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The number of SOQL queries made during the test run."
},
"Sosl": {
"type": "int",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The number of SOSL queries made during the test run."
}
},
"wsdl_segment": "```xml\n<xsd:complexType name=\"ApexTestResultLimits\">\n <xsd:complexContent>\n <xsd:extension base=\"ens:sObject\">\n <xsd:sequence>\n <xsd:element name=\"ApexTestResult\" minOccurs=\"0\" type=\"ens:ApexTestResult\" nillable=\"true\"/>\n <xsd:element name=\"ApexTestResultId\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"AsyncCalls\" minOccurs=\"0\" type=\"xsd:int\" nillable=\"true\"/>\n <xsd:element name=\"Callouts\" minOccurs=\"0\" type=\"xsd:int\" nillable=\"true\"/>\n <xsd:element name=\"Cpu\" minOccurs=\"0\" type=\"xsd:int\" nillable=\"true\"/>\n <xsd:element name=\"CreatedBy\" minOccurs=\"0\" type=\"ens:User\" nillable=\"true\"/>\n <xsd:element name=\"CreatedById\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"CreatedDate\" minOccurs=\"0\" type=\"xsd:dateTime\" nillable=\"true\"/>\n <xsd:element name=\"Dml\" minOccurs=\"0\" type=\"xsd:int\" nillable=\"true\"/>\n <xsd:element name=\"DmlRows\" minOccurs=\"0\" type=\"xsd:int\" nillable=\"true\"/>\n <xsd:element name=\"Email\" minOccurs=\"0\" type=\"xsd:int\" nillable=\"true\"/>\n <xsd:element name=\"IsDeleted\" minOccurs=\"0\" type=\"xsd:boolean\" nillable=\"true\"/>\n <xsd:element name=\"LastModifiedBy\" minOccurs=\"0\" type=\"ens:User\" nillable=\"true\"/>\n <xsd:element name=\"LastModifiedById\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"LastModifiedDate\" minOccurs=\"0\" type=\"xsd:dateTime\" nillable=\"true\"/>\n <xsd:element name=\"LimitContext\" minOccurs=\"0\" type=\"xsd:string\" nillable=\"true\"/>\n <xsd:element name=\"LimitExceptions\" minOccurs=\"0\" type=\"xsd:string\" nillable=\"true\"/>\n <xsd:element name=\"MobilePush\" minOccurs=\"0\" type=\"xsd:int\" nillable=\"true\"/>\n <xsd:element name=\"QueryRows\" minOccurs=\"0\" type=\"xsd:int\" nillable=\"true\"/>\n <xsd:element name=\"Soql\" minOccurs=\"0\" type=\"xsd:int\" nillable=\"true\"/>\n <xsd:element name=\"Sosl\" minOccurs=\"0\" type=\"xsd:int\" nillable=\"true\"/>\n <xsd:element name=\"SystemModstamp\" minOccurs=\"0\" type=\"xsd:dateTime\" nillable=\"true\"/>\n </xsd:sequence>\n </xsd:extension>\n </xsd:complexContent>\n</xsd:complexType>\n<xsd:simpleType name=\"ID\">\n <xsd:restriction base=\"xsd:string\">\n <xsd:length value=\"18\"/>\n <xsd:pattern value=\"[a-zA-Z0-9]{18}\"/>\n </xsd:restriction>\n</xsd:simpleType>\n```"
}