Cmdlets for Amazon S3

Build 25.0.9434

Select-AmazonS3 Cmdlet

Parameters   Output Objects  

Amazon S3 データを検索します。

Syntax

Select-AmazonS3 [parameters]

Remarks

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

$conn = Connect-AmazonS3 AWSAccessKey "a123" -AWSSecretKey "s123"
Select-AmazonS3 -Connection $conn -Table "Buckets" -Columns @("Name","OwnerId") -Where "Name='TestBucket'"

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434