Cmdlets for Amazon DynamoDB

Build 24.0.9060

TypeDetectionScheme Parameter (Connect-AmazonDynamoDB Cmdlet)

Determines how to determine the data type of columns.

Syntax

Connect-AmazonDynamoDB -TypeDetectionScheme string

Possible Values

None, RowScan

Data Type

cstr

Default Value

"RowScan"

Remarks

NoneSetting TypeDetectionScheme to None will return all columns as string type. Note: Even when set to None, the column names will still be scanned when Header=True.
RowScanSetting TypeDetectionScheme to RowScan will scan rows to heuristically determine the data type. The RowScanDepth determines the number of rows to be scanned. If no value is specified, RowScan will be used by default.

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