Miscellaneous
このセクションでは、本プロバイダーの接続文字列で設定可能なMiscellaneous プロパティの全リストを提供します。
| プロパティ | 説明 |
| UseBulkAPI | Specifies whether the provider uses Shopify Bulk Operations when querying data through the GraphQL schema. This property has no effect when using the REST API schema. This property is useful when you are querying high-volume datasets, such as thousands of orders, products, or customers and want to optimize performance or reduce the likelihood of API throttling from real-time queries. |
| BulkTimeout | Specifies how long, in minutes, the provider waits for a Shopify bulk operation to complete before returning an error. |
| BulkPollingInterval | Specifies the maximum time interval (in milliseconds) between each status check when polling for the results of a Shopify Bulk API operation. |
| BulkPageSize | Specifies the number of records retrieved per batch when UseBulkAPI is set to true. |
| EnableShopifyPlus | Specifies whether the app is installed on a Shopify Plus account. Set this to true to enable access to additional Shopify Plus-specific features. |
| IncludeCustomFields | Specifies whether the provider includes custom fields in queries to the Products and ProductVariants tables. |
| MaxPointsPerCall | Specifies the maximum number of GraphQL cost points that each call is allowed to consume. |
| MaxRows | 集計やGROUP BY を含まないクエリで返される最大行数を指定します。 |
| Other | 特定のユースケースに対する追加の隠しプロパティを指定します。特定の問題に対処するため、サポートチームが推奨する場合にのみ使用してください。詳細は備考を参照してください。 |
| Pagesize | Specifies the maximum number of results the provider requests per page when querying data from Shopify. |
| PointsBufferSize | Specifies a point buffer used to increase the calculated wait time for throttling prevention. |
| PseudoColumns | テーブルカラムとして公開する擬似カラムを、'TableName=ColumnName;TableName=ColumnName' の形式の文字列で指定します。 |
| Readonly | provider からShopify への読み取り専用アクセスを切り替えます。 |
| RTK | provider のライセンスを取得するためのランタイムキーを指定します。設定されていないか無効な場合、provider は標準のライセンス方法をデフォルトとして使用します。このプロパティは、標準のライセンス方法がサポートされていないか、ランタイムキーが必要な環境でのみ必要です。 |
| ShowAggregate | Specifies whether the provider includes aggregate values in the result set and how they are structured. |
| Timeout | provider がタイムアウトエラーを返すまでにサーバーからの応答を待機する最大時間を秒単位で指定します。 |
| UserDefinedViews | カスタムビューを定義するJSON 構成ファイルへのファイルパスを指定します。provider は、このファイルで指定されたビューを自動的に検出して使用します。 |