Cmdlets for Couchbase

Build 24.0.9062

Select-Couchbase Cmdlet

Parameters   Output Objects  

Couchbase データを検索します。

Syntax

Select-Couchbase [parameters]

Remarks

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

$conn = Connect-Couchbase -User 'myusername' -Password 'mypassword' -Server 'http://couchbase40'
Select-Couchbase -Connection $conn -Table "Customer" -Columns @("Name","TotalDue") -Where "CustomerId='12345'"

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