Class SalesforceSourceConfig
Salesforce source configuration
Implements
Inherited Members
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 |
---|---|
Salesforce |
IncludeObjects
Salesforce objects to retrieve from the source.
Declaration
[JsonProperty("includeObjects")]
public virtual SalesforceOrg IncludeObjects { get; set; }
Property Value
Type | Description |
---|---|
Salesforce |
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 |