Miscellaneous
This section provides a complete list of the Miscellaneous properties you can configure in the connection string for this provider.
Property | Description |
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. |
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. |
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. |