Miscellaneous
This section provides a complete list of the Miscellaneous properties you can configure in the connection string for this provider.
Property | Description |
BatchSize | The maximum size of each batch operation to submit. |
ConnectClient | The name of the client connecting to Connect Cloud. Optional. |
ConnectionLifeTime | The maximum lifetime of a connection in seconds. Once the time has elapsed, the connection object is disposed. |
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. |
PoolIdleTimeout | The allowed idle time for a connection before it is closed. |
PoolMaxSize | The maximum connections in the pool. |
PoolMinSize | The minimum number of connections in the pool. |
PoolWaitTime | The max seconds to wait for an available connection. |
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. |
UseConnectionPooling | This property enables connection pooling. |
UseStreamMode | Specify whether or not use the Stream mode when executing queries, it's enabled by default. |
Workspace | Specify the workspace to connect with. |