JDBC Driver for MongoDB

Build 23.0.8839

Miscellaneous

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


プロパティ説明
BatchSize送信する各バッチ処理の最大サイズ。
BuiltInColumnMappingA list of column name mappings for MongoDB's built-in columns.
ConnectionLifeTime接続の最大有効期間(秒単位)。その時間が経過すると、接続オブジェクトは削除されます。
ConnectOnOpenこのプロパティは、接続が開かれたときにMongoDB に接続するかどうかを指定します。
DataModelBy default, the provider will not automatically discover the metadata for a child table as its own distinct table. To enable this functionality, set DataModel to Relational .
FlattenArraysデフォルトで、ネスト配列はJSON 文字列として返されます。 FlattenArrays プロパティはネスト配列のエレメントをフラット化してそれぞれのカラムとするために使われます。ネスト配列から返すエレメントの数に FlattenArrays を設定します。
FlattenObjectsフラット化されたオブジェクトプロパティとしてカラムを表示するには、 FlattenObjects をtrue に設定します。そうでなければ、配列にネストされたオブジェクトはJSON 文字列として返されます。
GenerateSchemaFilesスキーマを生成して保存するユーザーの好みのタイミングを示します。
MaxRowsクエリで集計またはGROUP BY を使用しない場合に返される行数を制限します。これはLIMIT 句よりも優先されます。
NoCursorTimeoutサーバーは通常、余分なメモリの使用を防ぐために、インアクティブ期間(10分間)後に、アイドル状態のカーソルをタイムアウトします。これを防ぐために、このオプションを設定します。
Otherこれらの隠しプロパティは特定のユースケースでのみ使用されます。
PagesizeMongoDB から返されるページあたりの結果の最大数。
PoolIdleTimeout接続が閉じられる前に許容されたアイドル時間。
PoolMaxSizeプールの最大接続数。
PoolMinSizeプール内の最小接続数。
PoolWaitTime使用可能な接続を待機する最大秒数。
PseudoColumnsこのプロパティは、テーブルのカラムとして疑似カラムが含まれているかどうかを示します。
QueryPassthroughこのオプションは、クエリをMongoDB にas-is で渡します。
Readonlyこのプロパティを使用して、provider からMongoDB へのアクセスを読み取り専用に設定できます。
ReadPreferenceレプリカセットから読み取るためのストラテジーに設定します。受容される値は、primary、primaryPreferred、secondary、secondaryPreferred、およびnearest です。
ReadPreferenceTagsUse this property to target a replica set member or members that are associated with tags.
RowScanDepthThe maximum number of rows to scan to look for the columns available in a table.
RTKライセンス供与で使用されるランタイムキー。
SlaveOKこのプロパティは、provider がセカンダリ(スレーブ)サーバーからの読み込みを認めるかどうかを設定します。
Timeoutタイムアウトエラーがスローされ、処理をキャンセルするまでの秒数。
TypeDetectionScheme各ドキュメントコレクションのフィールドおよびデータタイプを決定するために、provider がデータをどのようにスキャンするかを示すカンマ区切りのオプション。
UpdateSchemeSets replacing or merging target document with updating fields is performed by executing update statement.
UseConnectionPoolingこのプロパティは、コネクションプーリングを有効にします。
UseFindAPIExecute MongoDB queries using db.collection.find().
UserDefinedViewsカスタムビューを含むJSON コンフィギュレーションファイルを指すファイルパス。
WriteConcernRequests acknowledgment that the write operation has propagated to the specified number of mongod instances.
WriteConcernJournaledRequires acknowledgment that the mongod instances, as specified in the WriteConcern property, have written to the on-disk journal.
WriteConcernTimeoutThis option specifies a time limit, in milliseconds, for the write concern.
WriteSchemeSets whether the object type for inserted or updated objects is determined from the existing column metadata or the input value type.

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