Table of Contents

Class SfEventLogFile

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Event Log File

SObject Name: EventLogFile

Custom Object: False

public class SfEventLogFile : SObject
Inheritance
SfEventLogFile
Inherited Members

Properties

ApiVersion

API Version

Name: ApiVersion

SF Type: double

Nillable: False

[JsonProperty(PropertyName = "apiVersion")]
[Updateable(false)]
[Createable(false)]
public double? ApiVersion { get; set; }

Property Value

double?

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?

EventType

Event Type

Name: EventType

SF Type: picklist

Nillable: False

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

Property Value

string

Id

Event Log File ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

Interval

Interval

Name: Interval

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "interval")]
[Updateable(false)]
[Createable(false)]
public string Interval { 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?

LogDate

Log Date

Name: LogDate

SF Type: datetime

Nillable: False

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

Property Value

DateTimeOffset?

LogFile

Log File

Name: LogFile

SF Type: base64

Nillable: False

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

Property Value

string

LogFileContentType

Log File Content Type

Name: LogFileContentType

SF Type: string

Nillable: False

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

Property Value

string

LogFileFieldNames

Log File Field Names

Name: LogFileFieldNames

SF Type: string

Nillable: True

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

Property Value

string

LogFileFieldTypes

Log File Field Types

Name: LogFileFieldTypes

SF Type: string

Nillable: True

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

Property Value

string

LogFileLength

Log File Length

Name: LogFileLength

SF Type: double

Nillable: False

[JsonProperty(PropertyName = "logFileLength")]
[Updateable(false)]
[Createable(false)]
public double? LogFileLength { get; set; }

Property Value

double?

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

Sequence

Sequence

Name: Sequence

SF Type: int

Nillable: False

[JsonProperty(PropertyName = "sequence")]
[Updateable(false)]
[Createable(false)]
public int? Sequence { 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?