Table of Contents

Class SfVisualforceAccessMetrics

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Visualforce Access Metric

SObject Name: VisualforceAccessMetrics

Custom Object: False

public class SfVisualforceAccessMetrics : SObject
Inheritance
SfVisualforceAccessMetrics
Inherited Members

Properties

ApexPage

ReferenceTo: ApexPage

RelationshipName: ApexPage

[JsonProperty(PropertyName = "apexPage")]
[Updateable(false)]
[Createable(false)]
public SfApexPage ApexPage { get; set; }

Property Value

SfApexPage

ApexPageId

Page ID

Name: ApexPageId

SF Type: reference

Nillable: False

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

Property Value

string

DailyPageViewCount

Daily Page View Count

Name: DailyPageViewCount

SF Type: int

Nillable: True

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

Property Value

int?

Id

Visualforce Access Metric Id

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

LogDate

Log Date

Name: LogDate

SF Type: date

Nillable: True

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

Property Value

DateTime?

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?

Profile

ReferenceTo: Profile

RelationshipName: Profile

[JsonProperty(PropertyName = "profile")]
[Updateable(false)]
[Createable(false)]
public SfProfile Profile { get; set; }

Property Value

SfProfile

ProfileId

Profile ID

Name: ProfileId

SF Type: reference

Nillable: True

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

Property Value

string

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?