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, RowScanData Type
cstr
Default Value
"RowScan"
Remarks
When IncludeReports is set to True, this property specifies how to determine the data types.
| None | Setting TypeDetectionScheme to None will return all columns as the string type. |
| RowScan | Setting TypeDetectionScheme to RowScan will scan rows to heuristically determine the data type. |