Cmdlets for Google Cloud Storage

Build 23.0.8839

Select-GoogleCloudStorage Cmdlet

Parameters   Output Objects  

Google Cloud Storage データを検索します。

Syntax

Select-GoogleCloudStorage [parameters]

Remarks

Select-GoogleCloudStorage コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてGoogle Cloud Storage データを検索できます。

$conn = Connect-GoogleCloudStorage -ProjectId 'project1'
Select-GoogleCloudStorage -Connection $conn -Table "Buckets" -Columns @("Name","OwnerId") -Where "Name='TestBucket'"

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