ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、Microsoft OneDrive の単純なSELECT 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにMicrosoft OneDrive から関連するレスポンスデータを返します。
CData Power BI Connector for Microsoft OneDrive ストアドプロシージャ
Name | Description |
CopyResource | Copy a resource from one directory in your drive to another. |
CreateFolder | Create a new folder in your drive. |
CreateSubscription | Subscribes a listener application to receive notifications when data changes. |
DeleteResource | Delete a resource from your drive. |
DeleteSubscription | Subscribes a listener application to receive notifications when data changes. |
DownloadFile | Download an existing file from your drive. |
FetchAdditionalUserFields | Fetch all T1, T2, and T3 fields for a specified user. |
GetAdminConsentURL | Gets the admin consent URL that must be opened separately by an admin of a given domain to grant access to your application. Only needed when using custom OAuth credentials. |
GetOAuthAccessToken | Gets an authentication token from OneDrive. |
GetOAuthAuthorizationURL | Gets the authorization URL that must be opened separately by the user to grant access to your application. Only needed when developing Web apps. You will request the auth token from this URL. |
ModifySubscription | Subscribes a listener application to receive notifications when data changes. |
MoveResource | Move a resource from one directory in your drive to another. |
RefreshOAuthAccessToken | Refreshes the OAuth access token used for authentication with various Office 365 services. |
RenameResource | Rename files from your drive. |
UploadFile | Upload a new file or update content to an existing file. |