Cmdlets for Amazon Marketplace

Build 25.0.9434

TypeDetectionScheme Parameter (Connect-AmazonMarketplace Cmdlet)

Specifies how to determine the data types of columns when selecting from Reports.

Syntax

Connect-AmazonMarketplace -TypeDetectionScheme string

Possible Values

None, RowScan

Data Type

cstr

Default Value

"RowScan"

Remarks

When IncludeReports is set to True, this property specifies how to determine the data types.

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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434