Select-GoogleCloudStorage Cmdlet
Searches Google Cloud Storage data.
Syntax
Select-GoogleCloudStorage [parameters]
Remarks
The Select-GoogleCloudStorage cmdlet allows you to use a syntax similar to SQL SELECT statements to search Google Cloud Storage data.
$conn = Connect-GoogleCloudStorage -ProjectId 'project1' Select-GoogleCloudStorage -Connection $conn -Table "Buckets" -Columns @("Name","OwnerId") -Where "Name='TestBucket'"