Miscellaneous
This section provides a complete list of the Miscellaneous properties you can configure in the connection string for this provider.
Property | Description |
ConnectClient | The name of the client connecting to Connect Cloud. Optional. |
DefaultCatalog | The default catalog. |
DefaultSchema | The default schema. |
MaxRows | Limits the number of rows returned when no aggregation or GROUP BY is used in the query. This takes precedence over LIMIT clauses. |
Other | These hidden properties are used only in specific use cases. |
PseudoColumns | This property indicates whether or not to include pseudo columns as columns to the table. |
QueryPassthrough | This option passes the query to the CData Connect server as is. |
RTK | The runtime key used for licensing. |
StreamMaxRows | Specify the the row size of every batch in the Steam mode, the default value is 5000;. |
Timeout | The query timeout. |
UseStreamMode | Specify whether or not use the Stream mode when executing queries, it's enabled by default. |
Workspace | Specify the workspace to connect with. |