Stored Procedures
Stored procedures are function-like interfaces that extend the functionality of the component beyond simple SELECT operations with Google Cloud Storage.
Stored procedures accept a list of parameters, perform their intended function, and then return any relevant response data from Google Cloud Storage, along with an indication of whether the procedure succeeded or failed.
CData SSIS Components for Google Cloud Storage Stored Procedures
Name | Description |
CopyObject | Copies an object from one bucket to another. |
CreateBucket | Creates a bucket. The authenticated user must have the storage.buckets.create IAM permission to use this StoredProcedure. |
DeleteObject | Deletes an object from a bucket. |
DownloadObject | Passes the name of a bucket and object to download. |
EnableVersioning | Enables object versioning in a specific bucket. |
GetOAuthAccessToken | Obtains the OAuth access token to be used for authentication with various Google services. |
GetOAuthAuthorizationURL | Obtains the OAuth authorization URL used for authentication with various Google services. |
MoveObject | Moves an object from one bucket to another. |
RefreshOAuthAccessToken | Obtains the OAuth access token to be used for authentication with various Google services. |
SignURL | Uploads objects in a single operation. Use the SimpleUploadLimit connection property to adjust the threshold in bytes in order to perform a multipart upload. |
UploadObject | Uploads objects in a single operation. Use the SimpleUploadLimit connection property to adjust the threshold in bytes in order to perform a multipart upload. |