Cmdlets for Azure Cosmos DB

Build 24.0.9060

Add-CosmosDB Cmdlet

Parameters   Output Objects  

Inserts Azure Cosmos DB data.

Syntax

Add-CosmosDB [parameters]

Remarks

The Add-CosmosDB cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Azure Cosmos DB records.

Add-CosmosDB -Connection $connection -Table "[CData].[Entities].Customers" -Columns @("CompanyName") -Values @("Jon Deere")

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