Data Model
This section describes how the cmdlet models the Google Cloud Storage API as relational Views and Stored Procedures.
Key Features
- The cmdlet models Google Cloud Storage buckets, bucket information, and objects as relational views, allowing you to write SQL to query Google Cloud Storage data.
- Stored procedures allow you to execute operations to Google Cloud Storage, including downloading and uploading objects.
- Live connectivity to these objects means any changes to your Google Cloud Storage account are immediately reflected when using the cmdlet.
Views
Pre-defined Views are available for read only access to data from Google Cloud Storage, including Buckets, Bucket information, and Objects.
Stored Procedures
Stored procedures allow you to execute operations to Google Cloud Storage, including downloading and uploading objects.
System Tables
System Tables contains information about the objects and resources belonging to your database.