Miscellaneous
このセクションでは、本プロバイダーの接続設定で設定可能なMiscellaneous プロパティの全リストを提供します。
| プロパティ | 説明 |
| IncludeCustomObjects | If set to true, the provider will display custom objects among the other views and make them available for use. |
| IncludeDeleted | Set this property to true, to include deleted Tickets when using Incremental API. |
| MaxRows | 集計やGROUP BY を使用しないクエリで返される最大行数を指定します。 |
| Other | 特定のユースケースに対して追加の隠しプロパティを指定します。これらは通常のprovider の機能では必要ありません。複数のプロパティを定義するには、セミコロンで区切られたリストを使用します。 |
| Pagesize | Zendesk から取得されるデータのページごとに返される結果の数。 |
| Readonly | provider からZendesk への読み取り専用アクセスを切り替えます。 |
| Timeout | provider がタイムアウトエラーを返すまでにサーバーからの応答を待機する最大時間を秒単位で指定します。デフォルトは60秒です。タイムアウトを無効にするには0を設定します。 |
| UseIncrementalAPI | Set this property to true, to make use of the Zendesk Incremental API. |
| UseParallelPaging | Determines whether to use parallel pagination. |
| UserDefinedViews | カスタムビューを定義するJSON 構成ファイルへのファイルパスを指定します。provider は、このファイルで指定されたビューを自動的に検出して使用します。 |