Cmdlets for Couchbase

Build 24.0.9060

Add-Couchbase Cmdlet

Parameters   Output Objects  

Inserts Couchbase data.

Syntax

Add-Couchbase [parameters]

Remarks

The Add-Couchbase cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Couchbase records.

Add-Couchbase -Connection $connection -Table "Customer" -Columns @("TotalDue") -Values @("Jon Doe")

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