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
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
LastModifiedDate
Date
Name: LastModifiedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "lastModifiedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastModifiedDate { get; set; }
Property Value
Location
Location
Name: Location
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "location")]
[Updateable(false)]
[Createable(false)]
public string Location { get; set; }
Property Value
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
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
Operation
Operation
Name: Operation
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "operation")]
[Updateable(false)]
[Createable(false)]
public string Operation { get; set; }
Property Value
Request
Request Type
Name: Request
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "request")]
[Updateable(false)]
[Createable(false)]
public string Request { get; set; }
Property Value
RequestIdentifier
Request ID
Name: RequestIdentifier
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "requestIdentifier")]
[Updateable(false)]
[Createable(false)]
public string RequestIdentifier { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
StartTime
Start Time
Name: StartTime
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "startTime")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? StartTime { get; set; }
Property Value
Status
Status
Name: Status
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "status")]
[Updateable(false)]
[Createable(false)]
public string Status { get; set; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }