Cmdlets for Couchbase

Build 24.0.8963

Select-Couchbase Cmdlet

Parameters   Output Objects  

Searches Couchbase data.

Syntax

Select-Couchbase [parameters]

Remarks

The Select-Couchbase cmdlet allows you to use a syntax similar to SQL SELECT statements to search Couchbase data.

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