Class SfPlatformEventUsageMetric
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Platform Event Usage Metric
SObject Name: PlatformEventUsageMetric
Custom Object: False
public class SfPlatformEventUsageMetric : SObject
- Inheritance
-
SfPlatformEventUsageMetric
- Inherited Members
Properties
EndDate
End Date
Name: EndDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "endDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? EndDate { get; set; }
Property Value
ExternalId
External ID
Name: ExternalId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "externalId")]
[Updateable(false)]
[Createable(false)]
public string ExternalId { get; set; }
Property Value
Id
Platform Event Usage Metric ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
Name
Metric Name
Name: Name
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(false)]
public string Name { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
StartDate
Start Date
Name: StartDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "startDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? StartDate { get; set; }
Property Value
Value
Metric Value
Name: Value
SF Type: long
Nillable: True
[JsonProperty(PropertyName = "value")]
[Updateable(false)]
[Createable(false)]
public string Value { get; set; }