ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、IBM Cloud Object Storage の単純なSELECT 処理にとどまらずconnector の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにIBM Cloud Object Storage から関連するレスポンスデータを返します。
CData Tableau Connector for IBM Cloud Object Storage ストアドプロシージャ
Name | Description |
CopyObject | Copies an object from one bucket to another. |
DownloadObject | Passes the name of a bucket and object to download. |
GetOAuthAccessToken | Gets an authentication token from IBM Cloud. The connection property ApiKey must be specified when calling this stored procedure. |
RefreshOAuthAccessToken | Refreshes the OAuth access token used for authentication with IBM Cloud. The connection property ApiKey must be specified when calling this stored procedure. |
UploadObject | Uploads objects in a single operation. |