Miscellaneous
このセクションでは、本プロバイダーの接続設定で設定可能なMiscellaneous プロパティの全リストを提供します。
| プロパティ | 説明 |
| Archived | Specifies whether the provider retrieves archived records when querying supported objects. |
| BatchSize | バッチ操作中に送信される各バッチに含まれる行の最大数を指定します。バッチ全体を1つのリクエストとして送信するには、BatchSize を 0 に設定します。 |
| CallPropertiesFile | Specifies a comma-separated list or file path containing the names of fields to retrieve for the Calls table. |
| ColumnSizes | Specifies a comma-separated list that defines custom column sizes for specific fields. |
| CompanyPropertiesFile | Specifies a comma-separated list or file path containing the names of fields to retrieve for the Companies table. |
| ConnectOnOpen | プロバイダーが接続を開くと同時にHubSpot への接続を確立するかどうかを指定します。すぐに接続性を検証する必要がある場合は、ConnectOnOpen をTrue に設定します。 |
| ContactPropertiesFile | Specifies a comma-separated list or file path containing the names of fields to retrieve for the Contacts table. |
| DealPropertiesFile | Specifies a comma-separated list or file path containing the names of fields to retrieve for the Deals table. |
| DefaultDomain | このプロパティは、Oracle Database Gateway for ODBC で使用されます。 |
| EmailPropertiesFile | Specifies a comma-separated list or file path containing the names of fields to retrieve for the Emails table. |
| EnableForeignKeyDetection | ODBC で外部キーを検出するかどうか。 |
| ExpandAssociations | Specifies whether the provider expands association tables to include one table per object-to-object relationship. |
| FeedbackSubmissionPropertiesFile | Specifies a comma-separated list or file path containing the names of fields to retrieve for the FeedbackSubmissions table. |
| GenerateSchemaFiles | スキーマを生成して保存するユーザーの好みのタイミングを示します。 |
| GoalPropertiesFile | Specifies a comma-separated list or file path containing the names of fields to retrieve for the Goals table. |
| IncludeCustomTables | Specifies whether the provider includes custom HubSpot objects in the schema. |
| IncludeDualTable | Oracle データベースとの互換性を向上するためにOracle DUAL テーブルのモックを作成するには、このプロパティを設定します。 |
| LeadPropertiesFile | Specifies a comma-separated list or file path containing the names of fields to retrieve for the Leads table. |
| LimitKeySize | 主キーカラムの最大長。 |
| LineItemPropertiesFile | Specifies a comma-separated list or file path containing the names of fields to retrieve for the LineItems table. |
| MapBigintToVarchar | このプロパティは、bigint 型がSQL_BIGINT の代わりにSQL_VARCHAR にマップされるかどうかをコントロールします。デフォルトはfalse です。 |
| MapToInt | このプロパティは、Long 型がSQL_BIGINT の代わりにSQL_INTEGER にマップされるかどうかをコントロールします。デフォルトはfalse です。 |
| MapToLongVarchar | このプロパティは、カラムをSQL_LONGVARCHAR として返すかどうかを制御します。 |
| MapToWVarchar | このプロパティは、文字列型をSQL_VARCHAR ではなくSQL_WVARCHAR にマッピングするかどうかを制御します。デフォルトではSQL_WVARCHAR が設定されます。 |
| MaximumColumnSize | カラムの最大サイズ。 |
| MaxRows | 集計やGROUP BY を含まないクエリで返される最大行数を指定します。 |
| MeetingPropertiesFile | Specifies a comma-separated list or file path containing the names of fields to retrieve for the Meetings table. |
| NotePropertiesFile | Specifies a comma-separated list or file path containing the names of fields to retrieve for the Notes table. |
| NumberColumnMode | Specifies how the provider represents numeric fields detected as number types in HubSpot. |
| OrderPropertiesFile | Specifies a comma-separated list or file path containing the names of fields to retrieve for the Orders table. |
| Other | 特定のユースケースに対する追加の隠しプロパティを指定します。特定の問題に対処するため、サポートチームが推奨する場合にのみ使用してください。詳細は備考を参照してください。 |
| Pagesize | Specifies the maximum number of records to retrieve per page when querying data from HubSpot. |
| ProductPropertiesFile | Specifies a comma-separated list or file path containing the names of fields to retrieve for the Products table. |
| PseudoColumns | テーブルカラムとして公開する擬似カラムを、'TableName=ColumnName;TableName=ColumnName' の形式の文字列で指定します。 |
| QuotePropertiesFile | Specifies a comma-separated list or file path containing the names of fields to retrieve for the Quotes table. |
| Readonly | provider からHubSpot への読み取り専用アクセスを切り替えます。 |
| RTK | provider のライセンスを取得するためのランタイムキーを指定します。設定されていないか無効な場合、provider は標準のライセンス方法をデフォルトとして使用します。このプロパティは、標準のライセンス方法がサポートされていないか、ランタイムキーが必要な環境でのみ必要です。 |
| TaskPropertiesFile | Specifies a comma-separated list or file path containing the names of fields to retrieve for the Tasks table. |
| TicketPropertiesFile | Specifies a comma-separated list or file path containing the names of fields to retrieve for the Tickets table. |
| Timeout | provider がタイムアウトエラーを返すまでにサーバーからの応答を待機する最大時間を秒単位で指定します。 |
| UpperCaseIdentifiers | このプロパティは、大文字で設定されているすべての識別子を報告します。これは、Oracle データベースのデフォルト設定で、Oracle Database Gateway のようなOracle ツールとの統合を向上します。 |
| UseDisplayNames | Specifies whether to use HubSpot's display names for tables and columns instead of their internal API names. |
| UseDropdownLabels | Specifies whether to return dropdown labels instead of internal values for custom enum fields. |
| UserDefinedViews | カスタムビューを定義するJSON 構成ファイルへのファイルパスを指定します。provider は、このファイルで指定されたビューを自動的に検出して使用します。 |
| UseSimpleNames | テーブルとカラムに簡略名を使用するかどうかを指定します。 |