ビュー
ビューは、カラムと疑似カラムで構成されます。ビューは、データを示すという点でテーブルに似ていますが、ビューでは更新はサポートされません。通常、ビューとして表されるエンティティは、読み取り専用のエンティティです。多くの場合、これらのデータはストアドプロシージャを使用することで更新できます(その機能がデータソースに適用できる場合)。
ビューに対しては、通常のテーブルと同じようにクエリを実行でき、このときに返されるデータも同様です。
ビューとして公開されるクエリなどの動的ビューや、project_team ワークアイテムの特定の組み合わせを検索するためのビューがサポートされています。
CData Cmdlets PowerShell Module for Microsoft OneDrive ビュー
| Name | Description |
| Drives | The OneDrive view Drives, which lists all the drives the user has access to. |
| Files | The OneDrive table Files in which you can view all the files in a drive. |
| FileVersions | The OneDrive table Files in which you can view all the files in a drive. |
| Folders | The OneDrive table Folders, which shows all the folders on a drive. |
| Permissions | The OneDrive table Permissions, which shows all the permissions given to a resource of the drive. |
| SharedResources | The OneDrive table SharedResources, which shows all the shared resources on a drive. |
| Users | The OneDrive table Users in which an admin user can view the users details. |