Stream Source Config Salesforce Source Config
data class StreamSourceConfigSalesforceSourceConfig(val excludeObjects: StreamSourceConfigSalesforceSourceConfigExcludeObjects? = null, val includeObjects: StreamSourceConfigSalesforceSourceConfigIncludeObjects? = null, val pollingInterval: String)
Constructors
Link copied to clipboard
constructor(excludeObjects: StreamSourceConfigSalesforceSourceConfigExcludeObjects? = null, includeObjects: StreamSourceConfigSalesforceSourceConfigIncludeObjects? = null, pollingInterval: String)
Properties
Link copied to clipboard
Salesforce objects to exclude from the stream. Structure is documented below.
Link copied to clipboard
Salesforce objects to retrieve from the source. Structure is documented below.
Link copied to clipboard
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.