Miscellaneous
このセクションでは、本プロバイダーの接続文字列で設定可能なMiscellaneous プロパティの全リストを提供します。
プロパティ | 説明 |
AccountsServer | The full Account Server URL. |
AggregateColumnSize | Sets the length of a aggregate field for a provider. |
APIDomain | The full URL of the API domain. |
APIType | Specifies the API to use for retrieving data. |
BatchSize | 送信する各バッチ処理の最大サイズ。 |
ConnectionLifeTime | 接続の最大有効期間(秒単位)。その時間が経過すると、接続オブジェクトは削除されます。 |
IncludeCustomFields | Specifies whether custom fields must be dynamically retrieved for existing tables. |
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. |
JobPollingInterval | Specifies the polling interval (in seconds) when checking the status of a bulk API job. |
MaxRows | クエリで集計またはGROUP BY を使用しない場合に返される行数を制限します。これはLIMIT 句よりも優先されます。 |
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 | When true, the provider uses the Query API to retrieve data. |
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。 |