SSIS Components for MongoDB

Build 25.0.9434

Miscellaneous

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


プロパティ説明
BuiltInColumnMappingA comprehensive list detailing the mappings of column names for the built-in fields used in MongoDB.
CompressionSpecifies the compression method used for network communication between the client and the MongoDB server.
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 .
DatetimeFormatDetermines the format of datetime values returned by the Document function. This property only takes effect when StrictMode=true.
FlattenArraysこのプロパティは、ネストされた配列のエレメントを個々のカラムにフラット化するかどうかを指定します。デフォルトでは、ネスト配列はJSON 文字列として返されます。このプロパティを、ネスト配列から抽出するエレメントの数に設定します。
FlattenObjectsこのプロパティは、オブジェクトの属性を個別のカラムにフラット化するかどうかを指定します。
GenerateSchemaFilesスキーマを生成して保存するユーザーの好みのタイミングを示します。
MaxRows集計やGROUP BY を含まないクエリで返される最大行数を指定します。
NoCursorTimeoutサーバーは通常、メモリの過度な使用を防ぐために30分間の非アクティブ状態の後にアイドルカーソルを終了します。このオプションをtrue に設定すると、自動タイムアウトを回避しカーソルをアクティブに保つことができます。
Other特定のユースケースに対する追加の隠しプロパティを指定します。特定の問題に対処するため、サポートチームが推奨する場合にのみ使用してください。詳細は備考を参照してください。
Pagesizeprovider がMongoDB にデータをリクエストするときに返す、ページあたりの最大レコード数を指定します。
PseudoColumnsテーブルカラムとして公開する擬似カラムを、'TableName=ColumnName;TableName=ColumnName' の形式の文字列で指定します。
QueryPassthroughDetermines whether queries are sent directly to MongoDB without modification.
Readonlyprovider からMongoDB への読み取り専用アクセスを切り替えます。
ReadPreferenceレプリカセットから読み取るためのストラテジーに設定します。受容される値は、primary、primaryPreferred、secondary、secondaryPreferred、およびnearest です。
ReadPreferenceTagsThis property is used to identify and interact with one or more members of a replica set that are linked to specific tags.
RowScanDepthThe maximum number of rows to scan to look for the columns available in a table.
RTKprovider のライセンスを取得するためのランタイムキーを指定します。設定されていないか無効な場合、provider は標準のライセンス方法をデフォルトとして使用します。このプロパティは、標準のライセンス方法がサポートされていないか、ランタイムキーが必要な環境でのみ必要です。
ServiceKindSpecifies the type of service the provider can interact with.
SlaveOKセカンダリ(スレーブ)サーバーからデータを読み取るプロバイダーの能力を決定します。プロバイダーがこれらのバックアップシステムにアクセスし、情報を取得できるかどうかを制御します。
Timeoutprovider がタイムアウトエラーを返すまでにサーバーからの応答を待機する最大時間を秒単位で指定します。
TypeDetectionSchemeメタデータの検出方法を指定します。
UpdateSchemeSpecifies the strategy that can be used when executing an update statement.
UseFindAPISpecifies whether MongoDB queries using the method db.collection.find(), allow retrieval of documents from a specific collection based on defined criteria.
UserDefinedViewsカスタムビューを定義するJSON 構成ファイルへのファイルパスを指定します。provider は、このファイルで指定されたビューを自動的に検出して使用します。
WriteConcernDetermines the level of acknowledgment requested for write operations in MongoDB, applicable to standalone mongod, replica sets, or sharded clusters.
WriteConcernJournaledDetermines whether write operations can be recorded in the on-disk journal before being acknowledged as successful.
WriteConcernTimeoutThe WriteConcernTimeout property specifies the maximum time (in milliseconds) that the server should wait for a write concern to be acknowledged before returning an error.
WriteSchemeSets whether the object type for inserted or updated objects is determined from the existing column metadata or the input value type.

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