Cmdlets for Apache HBase

Build 24.0.9060

Add-ApacheHBase Cmdlet

Parameters   Output Objects  

Inserts Apache HBase data.

Syntax

Add-ApacheHBase [parameters]

Remarks

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

Add-ApacheHBase -Connection $connection -Table "Account" -Columns @("Name") -Values @("Jon Doe")

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