Table of Contents

Class SfEventBusSubscriber

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Platform Event Subscription

SObject Name: EventBusSubscriber

Custom Object: False

public class SfEventBusSubscriber : SObject
Inheritance
SfEventBusSubscriber
Inherited Members

Properties

ExternalId

External ID

Name: ExternalId

SF Type: string

Nillable: True

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

Property Value

string

Id

Event ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

IsPartitioned

Is Partitioned

Name: IsPartitioned

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isPartitioned")]
[Updateable(false)]
[Createable(false)]
public bool? IsPartitioned { get; set; }

Property Value

bool?

LastError

Last Error Message

Name: LastError

SF Type: string

Nillable: True

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

Property Value

string

Name

Subscriber Name

Name: Name

SF Type: string

Nillable: True

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

Property Value

string

Position

Position

Name: Position

SF Type: int

Nillable: True

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

Property Value

int?

Retries

Retry Attempts

Name: Retries

SF Type: int

Nillable: True

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

Property Value

int?

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

Status

Status

Name: Status

SF Type: picklist

Nillable: True

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

Property Value

string

Tip

Tip

Name: Tip

SF Type: int

Nillable: True

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

Property Value

int?

Topic

Topic

Name: Topic

SF Type: string

Nillable: True

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

Property Value

string

Type

Type

Name: Type

SF Type: string

Nillable: True

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

Property Value

string