Cmdlets for Cloudant

Build 24.0.9060

Add-Cloudant Cmdlet

Parameters   Output Objects  

Inserts Cloudant data.

Syntax

Add-Cloudant [parameters]

Remarks

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

Add-Cloudant -Connection $connection -Table "Movies" -Columns @("MovieRating") -Values @("R")

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