Miscellaneous
このセクションでは、本プロバイダーの接続文字列で設定可能なMiscellaneous プロパティの全リストを提供します。
| プロパティ | 説明 |
| AggregateColumnSize | Sets the length of a aggregate field for a provider. |
| BatchSize | 送信する各バッチ処理の最大サイズ。 |
| ConnectionLifeTime | 接続の最大有効期間(秒単位)。その時間が経過すると、接続オブジェクトは削除されます。 |
| ConnectOnOpen | このプロパティは、接続が開かれたときにZoho CRM に接続するかどうかを指定します。 |
| IncludeCustomViews | If set to true, the provider will display custom views among the other views and make them available for use. |
| IncludeRelatedLists | If set to true, the provider will display related List views among the other views and make them available for use. |
| MaxRows | クエリで集計またはグループ化を使用しない場合に返される行数を制限します。これにより、設計時にパフォーマンスの問題を回避できます。 |
| Other | これらの隠しプロパティは特定のユースケースでのみ使用されます。 |
| PageSize | The number of results to return per page of data retrieved from Zoho CRM. |
| PoolIdleTimeout | 接続が閉じられる前に許容されたアイドル時間。 |
| PoolMaxSize | プールの最大接続数。 |
| PoolMinSize | プール内の最小接続数。 |
| PoolWaitTime | 使用可能な接続を待機する最大秒数。 |
| PseudoColumns | このプロパティは、テーブルのカラムとして疑似カラムが含まれているかどうかを示します。 |
| Readonly | このプロパティを使用して、provider からZoho CRM へのアクセスを読み取り専用に設定できます。 |
| RTK | ライセンス供与で使用されるランタイムキー。 |
| Timeout | タイムアウトエラーがスローされ、処理をキャンセルするまでの秒数。 |
| UseConnectionPooling | このプロパティは、コネクションプーリングを有効にします。 |
| UseCOQL | Determines whether to use Query API. |
| UseDisplayNames | If set to false, the provider will use api names for some operations. |
| UserDefinedViews | カスタムビューを含むJSON コンフィギュレーションファイルを指すファイルパス。 |
| UseSandbox | Determines whether the calls will be sent to a Sandbox instance instead of a regular one. |
| UseServerSideFiltering | If set to false, the provider will not send the filters server-side but will process them client-side. |
| UseSimpleNames | テーブルとカラムに簡略名を使用するかどうかを決定するboolean。 |