Table of Contents

Class SfDataStatistics

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Data Statistics

SObject Name: DataStatistics

Custom Object: False

public class SfDataStatistics : SObject
Inheritance
SfDataStatistics
Inherited Members

Properties

ExternalId

ExternalId

Name: ExternalId

SF Type: string

Nillable: True

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

Property Value

string

Id

DataStatistics ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

StatType

StatType

Name: StatType

SF Type: picklist

Nillable: True

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

Property Value

string

StatValue

StatValue

Name: StatValue

SF Type: int

Nillable: True

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

Property Value

int?

Type

Type

Name: Type

SF Type: picklist

Nillable: True

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

Property Value

string

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: True

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

Property Value

string