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
ApexPageId
Page ID
Name: ApexPageId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "apexPageId")]
[Updateable(false)]
[Createable(false)]
public string ApexPageId { get; set; }
Property Value
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
LogDate
Log Date
Name: LogDate
SF Type: date
Nillable: True
[JsonProperty(PropertyName = "logDate")]
[Updateable(false)]
[Createable(false)]
public DateTime? LogDate { get; set; }
Property Value
MetricsDate
Metrics Date
Name: MetricsDate
SF Type: date
Nillable: False
[JsonProperty(PropertyName = "metricsDate")]
[Updateable(false)]
[Createable(false)]
public DateTime? MetricsDate { get; set; }
Property Value
Profile
ReferenceTo: Profile
RelationshipName: Profile
[JsonProperty(PropertyName = "profile")]
[Updateable(false)]
[Createable(false)]
public SfProfile Profile { get; set; }
Property Value
ProfileId
Profile ID
Name: ProfileId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "profileId")]
[Updateable(false)]
[Createable(false)]
public string ProfileId { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }