Miscellaneous
このセクションでは、本プロバイダーの接続文字列で設定可能なMiscellaneous プロパティの全リストを提供します。
| プロパティ | 説明 |
| AlwaysRequestTableDependencies | Specifies whether the provider should always retrieve table dependencies (foreign key relationships). |
| BodyType | Specifies how the body content of email messages is formatted in the response. |
| CustomHeaders | 他のプロパティ(ContentType やFrom など)から作成されたリクエストヘッダーに追加する、追加HTTP ヘッダーを指定します。このプロパティは、特殊または非標準のAPI 用にリクエストをカスタマイズするために使用します。 |
| DirectoryRetrievalDepth | Specifies the folder depth to use when retrieving items and subfolders from the directory. |
| DisableServerSideFiltering | Specifies whether to disable server-side filtering in queries. |
| GroupId | Specifies the Microsoft 365 group to target when accessing group-scoped resources using the client credentials flow. |
| ImpersonationType | Specifies the type of identifier used for provider impersonation. |
| ImpersonationUser | Specifies the user account to impersonate when sending requests to the provider server. |
| IncludeContent | Specifies whether to retrieve additional content, such as message bodies, when querying items. |
| MaxRows | 集計やGROUP BY を含まないクエリで返される最大行数を指定します。 |
| Other | 特定のユースケースに対する追加の隠しプロパティを指定します。特定の問題に対処するため、サポートチームが推奨する場合にのみ使用してください。詳細は備考を参照してください。 |
| Pagesize | provider がMicrosoft Exchange にデータをリクエストするときに返す、ページあたりの最大レコード数を指定します。 |
| PseudoColumns | テーブルカラムとして公開する擬似カラムを、'TableName=ColumnName;TableName=ColumnName' の形式の文字列で指定します。 |
| Readonly | provider からMicrosoft Exchange への読み取り専用アクセスを切り替えます。 |
| RTK | provider のライセンスを取得するためのランタイムキーを指定します。設定されていないか無効な場合、provider は標準のライセンス方法をデフォルトとして使用します。このプロパティは、標準のライセンス方法がサポートされていないか、ランタイムキーが必要な環境でのみ必要です。 |
| ShowCustomFoldersAsTables | A boolean indicating whether to expose custom folders as tables. |
| Timeout | provider がタイムアウトエラーを返すまでにサーバーからの応答を待機する最大時間を秒単位で指定します。 |
| UseInplaceArchive | Specifies whether to query the in-place archive mailbox instead of the primary mailbox. |
| UserDefinedViews | カスタムビューを定義するJSON 構成ファイルへのファイルパスを指定します。provider は、このファイルで指定されたビューを自動的に検出して使用します。 |