Miscellaneous
This section provides a complete list of the Miscellaneous properties you can configure in the connection settings for this provider.
Property | Description |
DetachDelete | A boolean value that controls whether the provider uses DETACH DELETE automatically when executing DELETE query. |
DirectQueryLimit | Limits the number of rows when using the DirectQuery mode. This helps avoid performance issues at design time. |
EnableForeignKeyDetection | Whether to detect the foreign keys in ODBC. |
MaximumColumnSize | The maximum column size. |
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. |
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. |
UserDefinedViews | A filepath pointing to the JSON configuration file containing your custom views. |