Table of Contents

Class SfApexTestResultLimits

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Apex Test Result Limit

SObject Name: ApexTestResultLimits

Custom Object: False

public class SfApexTestResultLimits : SObject
Inheritance
SfApexTestResultLimits
Inherited Members

Properties

ApexTestResult

ReferenceTo: ApexTestResult

RelationshipName: ApexTestResult

[JsonProperty(PropertyName = "apexTestResult")]
[Updateable(false)]
[Createable(false)]
public SfApexTestResult ApexTestResult { get; set; }

Property Value

SfApexTestResult

ApexTestResultId

Apex Test Result ID

Name: ApexTestResultId

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "apexTestResultId")]
[Updateable(false)]
[Createable(true)]
public string ApexTestResultId { get; set; }

Property Value

string

AsyncCalls

Total number of async calls

Name: AsyncCalls

SF Type: int

Nillable: False

[JsonProperty(PropertyName = "asyncCalls")]
public int? AsyncCalls { get; set; }

Property Value

int?

Callouts

Total number of callouts

Name: Callouts

SF Type: int

Nillable: False

[JsonProperty(PropertyName = "callouts")]
public int? Callouts { get; set; }

Property Value

int?

Cpu

Maximum CPU time on the Salesforce servers

Name: Cpu

SF Type: int

Nillable: False

[JsonProperty(PropertyName = "cpu")]
public int? Cpu { get; set; }

Property Value

int?

CreatedBy

ReferenceTo: User

RelationshipName: CreatedBy

[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }

Property Value

SfUser

CreatedById

Created By ID

Name: CreatedById

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "createdById")]
[Updateable(false)]
[Createable(false)]
public string CreatedById { get; set; }

Property Value

string

CreatedDate

Created Date

Name: CreatedDate

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }

Property Value

DateTimeOffset?

Dml

Total number of DML statements issued

Name: Dml

SF Type: int

Nillable: False

[JsonProperty(PropertyName = "dml")]
public int? Dml { get; set; }

Property Value

int?

DmlRows

Total number of records processed as a result of DML statements

Name: DmlRows

SF Type: int

Nillable: False

[JsonProperty(PropertyName = "dmlRows")]
public int? DmlRows { get; set; }

Property Value

int?

Email

Total number of sendEmail methods allowed

Name: Email

SF Type: int

Nillable: False

[JsonProperty(PropertyName = "email")]
public int? Email { get; set; }

Property Value

int?

Id

ApexTestResultLimits ID

Name: Id

SF Type: id

Nillable: False

[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }

Property Value

string

IsDeleted

Deleted

Name: IsDeleted

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }

Property Value

bool?

LastModifiedBy

ReferenceTo: User

RelationshipName: LastModifiedBy

[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }

Property Value

SfUser

LastModifiedById

Last Modified By ID

Name: LastModifiedById

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "lastModifiedById")]
[Updateable(false)]
[Createable(false)]
public string LastModifiedById { get; set; }

Property Value

string

LastModifiedDate

Last Modified Date

Name: LastModifiedDate

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "lastModifiedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastModifiedDate { get; set; }

Property Value

DateTimeOffset?

LimitContext

Limit Context

Name: LimitContext

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "limitContext")]
public string LimitContext { get; set; }

Property Value

string

LimitExceptions

Limit Exceptions

Name: LimitExceptions

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "limitExceptions")]
public string LimitExceptions { get; set; }

Property Value

string

MobilePush

Maximum number of push notification method calls allowed per Apex transaction

Name: MobilePush

SF Type: int

Nillable: False

[JsonProperty(PropertyName = "mobilePush")]
public int? MobilePush { get; set; }

Property Value

int?

QueryRows

Total number of records retrieved by SOQL queries

Name: QueryRows

SF Type: int

Nillable: False

[JsonProperty(PropertyName = "queryRows")]
public int? QueryRows { get; set; }

Property Value

int?

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

Soql

Total number of SOQL queries issued

Name: Soql

SF Type: int

Nillable: False

[JsonProperty(PropertyName = "soql")]
public int? Soql { get; set; }

Property Value

int?

Sosl

Total number of SOSL queries issued

Name: Sosl

SF Type: int

Nillable: False

[JsonProperty(PropertyName = "sosl")]
public int? Sosl { get; set; }

Property Value

int?

SystemModstamp

System Modstamp

Name: SystemModstamp

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }

Property Value

DateTimeOffset?