ConnectionType
Specifies the types of Workday data that the provider exposes as SQL tables and views.
Possible Values
WQL, Reports, REST, SOAPデータ型
string
デフォルト値
"WQL"
解説
The available values are:
- WQL exposes Workday data sources as read-only views using the Workday Query Language (WQL) service.
- See データモデル for a breakdown of which Workday data sources are exposed by the 本製品 as views, as well as how this list of data sources can be filtered.
- Reports exposes Workday reports as views using Reports as a Service (RaaS).
- You must create a custom report to use this connection type. See データアクセスのファインチューニング for more details.
- REST exposes Workday data as tables and views using the REST API.
- See REST for a breakdown of which REST API entities are exposed by the 本製品 as tables and views.
- SOAP exposes Workday data as views using the SOAP API.
- If you want to customize which views are exposed, see データアクセスのファインチューニング.