Cmdlets for IBM Cloud Object Storage

Build 24.0.9060

Select-IBMCloudObjectStorage Cmdlet

Parameters   Output Objects  

Searches IBM Cloud Object Storage data.

Syntax

Select-IBMCloudObjectStorage [parameters]

Remarks

The Select-IBMCloudObjectStorage cmdlet allows you to use a syntax similar to SQL SELECT statements to search IBM Cloud Object Storage data.

$conn = Connect-IBMCloudObjectStorage -ApiKey "MyAPIKey" -CloudObjectStorageCRN "myInstanceCRN" -Region "myRegion" -OAuthClientId "myOAuthClientId" -OAuthClientSecret "myOAuthClientSecret"
Select-IBMCloudObjectStorage -Connection $conn -Table "Objects" -Columns @("Key","Etag") -Where "Bucket='testBucket'"

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