JDBC Driver for Google Cloud Storage

Build 22.0.8462

MoveObject

Moves an object from one bucket to another.

Input

Name Type Required Description
BucketSource String True Bucket name where the object to be moved is located.
ObjectSource String True Object name of the object that will be moved.
BucketDestination String True Bucket name where the object will be moved to.
ObjectDestination String False New name of the object in the new bucket. If not specified, the name will be the same.

Result Set Columns

Name Type Description
Success String Indicator if the stored procedure was successful or not.

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