Cmdlets for IBM Cloud Object Storage

Build 24.0.9062

Select-IBMCloudObjectStorage Cmdlet

Parameters   Output Objects  

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

Syntax

Select-IBMCloudObjectStorage [parameters]

Remarks

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

$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.9062