Cmdlets for JSON

Build 22.0.8479

TypeDetectionScheme Parameter (Connect-JSON Cmdlet)

Determines how to determine the data types of columns.

Syntax

Connect-JSON -TypeDetectionScheme string

Possible Values

None, RowScan

Data Type

cstr

Default Value

"RowScan"

Remarks

NoneSetting TypeDetectionScheme to None will return all columns as the string type.
RowScanSetting TypeDetectionScheme to RowScan will scan rows to heuristically determine the data type. The RowScanDepth determines the number of rows to be scanned.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8479