CData Python Connector for Amazon DynamoDB

Build 25.0.9440

Miscellaneous

このセクションでは、本プロバイダーの接続文字列で設定可能なMiscellaneous プロパティの全リストを提供します。


プロパティ説明
AutoDetectIndexSpecifies whether the provider should automatically detect and use secondary indexes based on the query criteria.
FlattenArraysこのプロパティは、ネスト配列の要素を個々のカラムにフラット化します。デフォルトでは、ネスト配列はJSON 文字列として返されます。このプロパティを、ネスト配列から抽出する要素の数に設定します。
FlattenObjectsネストされたオブジェクトプロパティを個々のカラムにフラット化するかどうかを指定します。
FlexibleSchemaSpecifies whether the provider should dynamically scan query result sets for additional metadata. Set to true to enable scanning or false to use a static metadata structure.
GenerateSchemaFilesスキーマを生成して保存するユーザーの好みのタイミングを示します。
IgnoreTypes無視され、文字列として報告されるデータ型を指定します。
MaximumRequestRetries一時的な問題が検出された場合にprovider がリクエストを再試行する最大回数を指定します。一時的な問題には、ネットワークの中断、一過性のエラー、運用上のしきい値を超えることなどを含みます。
MaxRows集計やGROUP BY を含まないクエリで返される最大行数を指定します。
Other特定のユースケースに対する追加の隠しプロパティを指定します。特定の問題に対処するため、サポートチームが推奨する場合にのみ使用してください。詳細は備考を参照してください。
PagesizeSpecifies the maximum number of items provider evaluates per API request. The default value, -1, allows the server to calculate the page size automatically.
PseudoColumnsテーブルカラムとして公開する擬似カラムを、'TableName=ColumnName;TableName=ColumnName' の形式の文字列で指定します。
QueryModeSpecifies the mode used by the provider to retrieve results from Amazon DynamoDB.
Readonlyprovider からAmazon DynamoDB への読み取り専用アクセスを切り替えます。
RetryWaitTimeリクエストを再試行する前にprovider が待機する最小時間(ミリ秒数)を指定します。再試行するたびに待機時間は2倍になります。
RowScanDepthテーブルで利用可能なカラムを探すためにスキャンする行数の最大値。
RTKprovider のライセンスを取得するためのランタイムキーを指定します。設定されていないか無効な場合、provider は標準のライセンス方法をデフォルトとして使用します。このプロパティは、標準のライセンス方法がサポートされていないか、ランタイムキーが必要な環境でのみ必要です。
SeparatorCharacterDynamoDB のMaps 属性やList 属性など、フラット化された構造の階層を示すために使用する記号を指定します。
ThreadCountデータ選択時の並列スキャンに割り当てるスレッド数を指定します。値が1であれば並列スキャンは無効になり、値が大きければ並列性が高まります。
Timeoutprovider がタイムアウトエラーを返すまでにサーバーからの応答を待機する最大時間を秒単位で指定します。
TypeDetectionSchemeカラムのデータ型を決定するために使用される方法を指定します。
UseBatchWriteItemOperationSpecifies the use of the BatchWriteItem operation for updates and inserts. This is required for handling binary or binary-set data, as the default operations (ExecuteStatement/BatchExecuteStatement) do not support these field types.
UseConsistentReadsSpecifies whether consistent reads should always be used when querying DynamoDB. Consistent reads provide the most up-to-date data, but consume more read capacity.
UserDefinedViewsカスタムビューを定義するJSON 構成ファイルへのファイルパスを指定します。provider は、このファイルで指定されたビューを自動的に検出して使用します。
UseSimpleNamesテーブルとカラムに簡略名を使用するかどうかを指定します。

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