Table of Contents

Class SfApexLog

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Apex Debug Log

SObject Name: ApexLog

Custom Object: False

public class SfApexLog : SObject
Inheritance
SfApexLog
Inherited Members

Properties

Application

Application

Name: Application

SF Type: string

Nillable: False

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

Property Value

string

DurationMilliseconds

Duration (ms)

Name: DurationMilliseconds

SF Type: int

Nillable: False

[JsonProperty(PropertyName = "durationMilliseconds")]
[Updateable(false)]
[Createable(false)]
public int? DurationMilliseconds { get; set; }

Property Value

int?

Id

Log ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

LastModifiedDate

Date

Name: LastModifiedDate

SF Type: datetime

Nillable: False

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

Property Value

DateTimeOffset?

Location

Location

Name: Location

SF Type: picklist

Nillable: True

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

Property Value

string

LogLength

Log Size (bytes)

Name: LogLength

SF Type: int

Nillable: False

[JsonProperty(PropertyName = "logLength")]
[Updateable(false)]
[Createable(false)]
public int? LogLength { get; set; }

Property Value

int?

LogUser

ReferenceTo: User

RelationshipName: LogUser

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

Property Value

SfUser

LogUserId

Log User ID

Name: LogUserId

SF Type: reference

Nillable: True

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

Property Value

string

Operation

Operation

Name: Operation

SF Type: string

Nillable: False

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

Property Value

string

Request

Request Type

Name: Request

SF Type: string

Nillable: False

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

Property Value

string

RequestIdentifier

Request ID

Name: RequestIdentifier

SF Type: string

Nillable: True

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

StartTime

Start Time

Name: StartTime

SF Type: datetime

Nillable: False

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

Property Value

DateTimeOffset?

Status

Status

Name: Status

SF Type: string

Nillable: False

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

Property Value

string

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?