Miscellaneous
This section provides a complete list of the Miscellaneous properties you can configure in the connection settings for this provider.
Property | Description |
BatchSize | The size of batches to submit when performing a bulk insert/update/delete operation. |
Charset | Specifies the session character set for encoding and decoding character data transferred to and from the Quickbase API. The default value is UTF-8. |
MaxRows | Limits the number of rows returned when no aggregation or GROUP BY is used in the query. This takes precedence over LIMIT clauses. |
MaxThreads | Specifies the number of concurrent requests. |
Other | These hidden properties are used only in specific use cases. |
Pagesize | The maximum number of results to return per page from Quickbase. |
Readonly | You can use this property to enforce read-only access to Quickbase from the provider. |
Timeout | The value in seconds until the timeout error is thrown, canceling the operation. |
UseDefaultOrderBy | Indicates if a default order by should be applied if none is specified in the query. |
UserDefinedViews | A filepath pointing to the JSON configuration file containing your custom views. |