Add-Couchbase Cmdlet
Couchbase データを挿入します。
Syntax
Add-Couchbase [parameters]
Remarks
Add-Couchbase cmdlet を使って、SQL INSERT ステートメントに似た構文を用いて新しいCouchbase レコードを作成できます。
Add-Couchbase -Connection $connection -Table "Customer" -Columns @("TotalDue") -Values @("Jon Doe")