TDV Adapter for Microsoft OneDrive

Build 22.0.8462

Data Model

The adapter models the OneDrive API as relational tables. Any changes to the remote data are immediately reflected in your queries; the table definitions are dynamically retrieved. When you connect, the adapter connects to OneDrive and gets the list of tables and the metadata for the tables by calling the appropriate Web services.

Key Features

  • The adapter models OneDrive entities like Files and Folders as relational views, allowing you to write SQL to query OneDrive data.
  • Stored procedures allow you to execute operations to OneDrive, including retrieving the access token and keeping it refreshed in OAuth 2.0.
  • Live connectivity to these objects means any changes to your OneDrive account are immediately reflected when using the adapter.

Views

Views shows definitions from a sample OneDrive site. The actual data model will be obtained dynamically based on your user credentials and site.

Stored Procedures

Stored Procedures are function-like interfaces to OneDrive. They can be used to search, update and modify information in OneDrive.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462