ODBC Driver for Google Cloud Storage

Build 23.0.8839

CreateBucket

Creates a bucket. The authenticated user must have the storage.buckets.create IAM permission to use this StoredProcedure.

Input

Name Type Required Description
Name String True The name of the new bucket
PredefinedAcl String False Apply a predefined set of access controls to this bucket.

使用できる値は次のとおりです。authenticatedRead, private, projectPrivate, publicRead, publicReadWrite

PredefinedDefaultObjectAcl String False Apply a predefined set of default object access controls to this bucket.

使用できる値は次のとおりです。authenticatedRead, bucketOwnerFullControl, bucketOwnerRead, private, projectPrivate, publicRead

Result Set Columns

Name Type Description
Success String Indicator if the stored procedure was successful or not.
Id String The id of the created bucket.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839