Miscellaneous
このセクションでは、本プロバイダーの接続文字列で設定可能なMiscellaneous プロパティの全リストを提供します。
| プロパティ | 説明 |
| AllOrNone | A boolean indicating if you would like all inserts, updates, or deletes to fail in a request if even a single record fails. |
| ArchiveMode | Boolean indicating whether to include deleted and archived records with a standard SELECT query. |
| ConnectionLifeTime | 接続の最大有効期間(秒単位)。その時間が経過すると、接続オブジェクトは削除されます。 |
| ConnectOnOpen | このプロパティは、接続が開かれたときにUMSaaSCloud に接続するかどうかを指定します。 |
| ContinueOnAlterException | Whether you want to continue after a ALTER statement has failed. |
| ExposeConceptualEntities | Boolean determining if the Salesforce record types / conceptual entities should be exposed as tables. |
| FilterScope | Optional scope to limit the records returned from queries. |
| IncludeMetadataDescription | Set this property to a value other than NONE if you want to retrieve the descriptions for columns, tables or both of them from the Metadata API. |
| IncludeReports | Whether to expose Salesforce Reports as views. |
| MaxRows | クエリで集計またはGROUP BY を使用しない場合に返される行数を制限します。これはLIMIT 句よりも優先されます。 |
| Other | これらの隠しプロパティは特定のユースケースでのみ使用されます。 |
| PoolIdleTimeout | 接続が閉じられる前に許容されたアイドル時間。 |
| PoolMaxSize | プールの最大接続数。 |
| PoolMinSize | プール内の最小接続数。 |
| PoolWaitTime | 使用可能な接続を待機する最大秒数。 |
| PseudoColumns | このプロパティは、テーブルのカラムとして疑似カラムが含まれているかどうかを示します。 |
| QueryPassthrough | Whether to accept SOQL queries. |
| Readonly | このプロパティを使用して、provider からUMSaaSCloud へのアクセスを読み取り専用に設定できます。 |
| RemoveBOMCharacter | Specifies whether to remove the BOM character (char)0xfeff from the content. |
| ReplaceInvalidUTF8Chars | Specifies whether to replace invalid UTF8 characters with a '?' |
| RTK | ライセンス供与で使用されるランタイムキー。 |
| ServerSideAggregation | A boolean determining if server side aggregation should be used. |
| SessionTimeout | The time in minutes for which a Salesforce login session is reused. |
| SkipFormulaFields | Set to true if formula fields should be skipped when listing columns. |
| SortColumns | Set to true to sort table columns instead of reporting them in the UMSaaSCloud order. |
| Timeout | タイムアウトエラーがスローされ、処理をキャンセルするまでの秒数。 |
| UseConnectionPooling | このプロパティは、コネクションプーリングを有効にします。 |
| UseDisplayNames | Boolean determining if the display names for the columns should be used instead of the API names. |
| UserDefinedViews | カスタムビューを含むJSON コンフィギュレーションファイルを指すファイルパス。 |