Select-GoogleCloudStorage Cmdlet
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'"