Add-Couchbase Cmdlet
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")