Class SalesforceSourceConfig
Salesforce source configuration
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class SalesforceSourceConfig : IDirectResponseSchemaProperties
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 |