Class SfLightningUsageByBrowserMetrics
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Lightning Usage By Browser Metrics
SObject Name: LightningUsageByBrowserMetrics
Custom Object: False
public class SfLightningUsageByBrowserMetrics : SObject
- Inheritance
-
SfLightningUsageByBrowserMetrics
- Inherited Members
Properties
Browser
Browser
Name: Browser
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "browser")]
[Updateable(false)]
[Createable(false)]
public string Browser { get; set; }
Property Value
EptBin3To5
EptBin3To5
Name: EptBin3To5
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "eptBin3To5")]
[Updateable(false)]
[Createable(false)]
public int? EptBin3To5 { get; set; }
Property Value
- int?
EptBin5To8
EptBin5To8
Name: EptBin5To8
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "eptBin5To8")]
[Updateable(false)]
[Createable(false)]
public int? EptBin5To8 { get; set; }
Property Value
- int?
EptBin8To10
EptBin8To10
Name: EptBin8To10
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "eptBin8To10")]
[Updateable(false)]
[Createable(false)]
public int? EptBin8To10 { get; set; }
Property Value
- int?
EptBinOver10
EptBinOver10
Name: EptBinOver10
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "eptBinOver10")]
[Updateable(false)]
[Createable(false)]
public int? EptBinOver10 { get; set; }
Property Value
- int?
EptBinUnder3
EptBinUnder3
Name: EptBinUnder3
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "eptBinUnder3")]
[Updateable(false)]
[Createable(false)]
public int? EptBinUnder3 { get; set; }
Property Value
- int?
Id
Lightning Usage By Browser Metrics ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { 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
PageName
Page Name
Name: PageName
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "pageName")]
[Updateable(false)]
[Createable(false)]
public string PageName { get; set; }
Property Value
RecordCountEPT
Record Count EPT
Name: RecordCountEPT
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "recordCountEPT")]
[Updateable(false)]
[Createable(false)]
public int? RecordCountEPT { get; set; }
Property Value
- int?
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SumEPT
Sum EPT
Name: SumEPT
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "sumEPT")]
[Updateable(false)]
[Createable(false)]
public int? SumEPT { 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
TotalCount
Total Count
Name: TotalCount
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "totalCount")]
[Updateable(false)]
[Createable(false)]
public int? TotalCount { get; set; }
Property Value
- int?