IgnoreTypes Parameter (Connect-AmazonDynamoDB Cmdlet)
Specifies which data types should be ignored and reported as strings.
Syntax
Connect-AmazonDynamoDB -IgnoreTypes string
Data Type
cstr
Default Value
"Datetime,Date,Time"
Remarks
This property allows you to exclude specific data types from being processed as their native types. When a type is ignored, it is treated as a string. By default, Datetime, Date, and Time are ignored and reported as string values instead of their native types.
This property is useful when compatibility issues or downstream processing requirements necessitate treating certain types as text. For example, applications that do not handle Time data types may benefit from converting them to strings. Note: Changes to this property take effect on the next connection.