Cmdlets for Google Cloud Storage

Build 24.0.9060

Select-GoogleCloudStorage Cmdlet

Parameters   Output Objects  

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'"

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