Skip to content

/AWS1/CL_BDADATASOURCECONF

The connection configuration for the data source.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_TYPE TYPE /AWS1/BDADATASOURCETYPE /AWS1/BDADATASOURCETYPE

The type of data source.

Optional arguments:

IO_S3CONFIGURATION TYPE REF TO /AWS1/CL_BDAS3DATASOURCECONF /AWS1/CL_BDAS3DATASOURCECONF

The configuration information to connect to Amazon S3 as your data source.

IO_WEBCONFIGURATION TYPE REF TO /AWS1/CL_BDAWEBDATASOURCECONF /AWS1/CL_BDAWEBDATASOURCECONF

The configuration of web URLs to crawl for your data source. You should be authorized to crawl the URLs.

Crawling web URLs as your data source is in preview release and is subject to change.

IO_CONFLUENCECONFIGURATION TYPE REF TO /AWS1/CL_BDACONFLUENCEDATASR00 /AWS1/CL_BDACONFLUENCEDATASR00

The configuration information to connect to Confluence as your data source.

Confluence data source connector is in preview release and is subject to change.

IO_SALESFORCECONFIGURATION TYPE REF TO /AWS1/CL_BDASALESFORCEDATASR00 /AWS1/CL_BDASALESFORCEDATASR00

The configuration information to connect to Salesforce as your data source.

Salesforce data source connector is in preview release and is subject to change.

IO_SHAREPOINTCONFIGURATION TYPE REF TO /AWS1/CL_BDASHAREPTDATASRCCONF /AWS1/CL_BDASHAREPTDATASRCCONF

The configuration information to connect to SharePoint as your data source.

SharePoint data source connector is in preview release and is subject to change.


Queryable Attributes

type

The type of data source.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

s3Configuration

The configuration information to connect to Amazon S3 as your data source.

Accessible with the following methods

Method Description
GET_S3CONFIGURATION() Getter for S3CONFIGURATION

webConfiguration

The configuration of web URLs to crawl for your data source. You should be authorized to crawl the URLs.

Crawling web URLs as your data source is in preview release and is subject to change.

Accessible with the following methods

Method Description
GET_WEBCONFIGURATION() Getter for WEBCONFIGURATION

confluenceConfiguration

The configuration information to connect to Confluence as your data source.

Confluence data source connector is in preview release and is subject to change.

Accessible with the following methods

Method Description
GET_CONFLUENCECONFIGURATION() Getter for CONFLUENCECONFIGURATION

salesforceConfiguration

The configuration information to connect to Salesforce as your data source.

Salesforce data source connector is in preview release and is subject to change.

Accessible with the following methods

Method Description
GET_SALESFORCECONFIGURATION() Getter for SALESFORCECONFIGURATION

sharePointConfiguration

The configuration information to connect to SharePoint as your data source.

SharePoint data source connector is in preview release and is subject to change.

Accessible with the following methods

Method Description
GET_SHAREPOINTCONFIGURATION() Getter for SHAREPOINTCONFIGURATION