Miscellaneous
このセクションでは、本プロバイダーの接続文字列で設定可能なMiscellaneous プロパティの全リストを提供します。
| プロパティ | 説明 |
| BatchSize | 送信する各バッチ処理の最大サイズ。 |
| ConnectionLifeTime | 接続の最大有効期間(秒単位)。その時間が経過すると、接続オブジェクトは削除されます。 |
| ConnectOnOpen | このプロパティは、接続が開かれたときにServiceNow に接続するかどうかを指定します。 |
| DisplayValue | Based on this value, the provider retrieves the display value or the actual value from the database. |
| DisplayValueColumnName | Pattern for displaying column names when DisplayValue property is set to ALL. |
| EnforceColumnValues | Controls whether available values for an element are retrieved and checked when executing INSERT or UPDATE statements. |
| ExcludeReferenceLink | Based on this value, the additional information provided for reference fields will be suppressed or not. |
| GetColumnsMetadata | Indicates the user preference as to when and how the provider should get the columns metadata. |
| MaxRows | クエリで集計またはGROUP BY を使用しない場合に返される行数を制限します。これはLIMIT 句よりも優先されます。 |
| Other | これらの隠しプロパティは特定のユースケースでのみ使用されます。 |
| Pagesize | ServiceNow から返されるページあたりの結果の最大数。 |
| PoolIdleTimeout | 接続が閉じられる前に許容されたアイドル時間。 |
| PoolMaxSize | プールの最大接続数。 |
| PoolMinSize | プール内の最小接続数。 |
| PoolWaitTime | 使用可能な接続を待機する最大秒数。 |
| PseudoColumns | このプロパティは、テーブルのカラムとして疑似カラムが含まれているかどうかを示します。 |
| Readonly | このプロパティを使用して、provider からServiceNow へのアクセスを読み取り専用に設定できます。 |
| RTK | ライセンス供与で使用されるランタイムキー。 |
| ShowDescriptions | Controls whether column and table descriptions are returned via the sys_documentation and sys_db_object API endpoints. |
| Timeout | タイムアウトエラーがスローされ、処理をキャンセルするまでの秒数。 |
| UseConnectionPooling | このプロパティは、コネクションプーリングを有効にします。 |
| UseDisplayTableNames | Boolean determining if the display names for the table should be used instead of the API names. |
| UserDefinedViews | カスタムビューを含むJSON コンフィギュレーションファイルを指すファイルパス。 |