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. |
ConnectionLifeTime | The maximum lifetime of a connection in seconds. Once the time has elapsed, the connection object is disposed. |
DetachDelete | A boolean value that controls whether the provider uses DETACH DELETE automatically when executing DELETE query. |
MaxRows | Limits the number of rows returned when no aggregation or GROUP BY is used in the query. This takes precedence over LIMIT clauses. |
NodeFilter | A Cypher node label matching expression. The provider exposes all node labels from the matched nodes as views. |
Other | These hidden properties are used only in specific use cases. |
Pagesize | The maximum number of results to return per page from Neo4j. |
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 | Specify a set of pseudocolumns to expose as columns. |
QueryPassthrough | This option passes the query to the Neo4j server as is. |
RelationshipDestinationFilter | The type(s) of labels that must be present on the destination nodes of single-hop relationships that the provider will expose as views. |
RelationshipSourceFilter | The node labels that must be present on the source nodes of single-hop relationships, which the provider will expose as views. |
RelationshipTypeFilter | The relationship type(s) of single-hop relationships that the driver will expose as views. |
RowScanDepth | The maximum number of rows to scan to look for the columns available in a table. |
RTK | The runtime key used for licensing. |
Timeout | The value in seconds until the timeout error is thrown, canceling the operation. |
UseConnectionPooling | This property enables connection pooling. |
UserDefinedViews | A filepath pointing to the JSON configuration file containing your custom views. |