Configuration

<< Click to Display Table of Contents >>

Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List > Salesforce SOQL > Connector Parameters 

Configuration

Header Look Ahead

The number of records fetched beforehand to determine the set of columns. If set to null, all records are fetched.

 

Technical Name

header_look_ahed

Category

Functional

Type

Integer

null

Default Value

100000

Example Values

100000, null

 

Some API endpoints have variable records, but do not describe the columns and respectively the column names beforehand. However, this is necessary to prepare the output .csv. The connector will collect and cache a number of records before writing the first line to the .csv. If this number is too small, not all fields will be determined and these will be missing in the final data. If the number is large, the memory consumption of the connector will increase.

 

API Version

The version of the API as utilized by the user.

 

Technical Name

api_version

Category

Functional

Type

String

Default Value

51.0

Example Values

51.0

 

SOQL Query

The SOQL Query string that is passed to the query endpoint of the Salesforce API. See the documentation for the reference of the SOQL syntax.

 

Technical Name

soql_query

Category

Functional

Type

String

Default Value

n/a

Example Values

{empty}