Show / Hide Table of Contents

Class SalesforceSourceConfig

Salesforce source configuration

Inheritance
object
SalesforceSourceConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class SalesforceSourceConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExcludeObjects

Salesforce objects to exclude from the stream.

Declaration
[JsonProperty("excludeObjects")]
public virtual SalesforceOrg ExcludeObjects { get; set; }
Property Value
Type Description
SalesforceOrg

IncludeObjects

Salesforce objects to retrieve from the source.

Declaration
[JsonProperty("includeObjects")]
public virtual SalesforceOrg IncludeObjects { get; set; }
Property Value
Type Description
SalesforceOrg

PollingInterval

Required. Salesforce objects polling interval. The interval at which new changes will be polled for each object. The duration must be between 5 minutes and 24 hours.

Declaration
[JsonProperty("pollingInterval")]
public virtual object PollingInterval { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX