Cmdlets for Avro

Build 24.0.9060

Add-Avro Cmdlet

Parameters   Output Objects  

Inserts Avro data.

Syntax

Add-Avro [parameters]

Remarks

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

Add-Avro -Connection $connection -Table "SampleTable_1" -Columns @("Column1") -Values @("Jon Doe")

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