TDV Adapter for Google Cloud Storage

Build 22.0.8462

Stored Procedures

Stored procedures are function-like interfaces that extend the functionality of the adapter beyond simple SELECT operations with Google Cloud Storage.

Stored procedures accept a list of parameters, perform their intended function, and then return, if applicable, any relevant response data from Google Cloud Storage, along with an indication of whether the procedure succeeded or failed.

Google Cloud Storage Adapter 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.

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