Table of Contents

Class SfLightningExitByPageMetrics

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Lightning Exit By Page Metrics

SObject Name: LightningExitByPageMetrics

Custom Object: False

public class SfLightningExitByPageMetrics : SObject
Inheritance
SfLightningExitByPageMetrics
Inherited Members

Properties

Id

Lightning Exit By Page Metrics ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

MetricsDate

Metrics Date

Name: MetricsDate

SF Type: date

Nillable: False

[JsonProperty(PropertyName = "metricsDate")]
[Updateable(false)]
[Createable(false)]
public DateTime? MetricsDate { get; set; }

Property Value

DateTime?

PageName

Page Name

Name: PageName

SF Type: string

Nillable: True

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

Property Value

string

RecordCount

Record Count

Name: RecordCount

SF Type: int

Nillable: True

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

Property Value

int?

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

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?

User

ReferenceTo: User

RelationshipName: User

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

Property Value

SfUser

UserId

User ID

Name: UserId

SF Type: reference

Nillable: False

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

Property Value

string