TDV Adapter for Neo4j

Build 23.0.8839

Miscellaneous

This section provides a complete list of the Miscellaneous properties you can configure in the connection string for this provider.


PropertyDescription
MaxRowsLimits the number of rows returned when no aggregation or GROUP BY is used in the query. This takes precedence over LIMIT clauses.
NodeFilterA Cypher node label matching expression. The provider exposes all node labels from the matched nodes as views.
OtherThese hidden properties are used only in specific use cases.
PagesizeThe maximum number of results to return per page from Neo4j.
RelationshipDestinationFilterThe type(s) of labels that must be present on the destination nodes of single-hop relationships that the provider will expose as views.
RelationshipSourceFilterThe node labels that must be present on the source nodes of single-hop relationships, which the provider will expose as views.
RelationshipTypeFilterThe relationship type(s) of single-hop relationships that the driver will expose as views.
RowScanDepthThe maximum number of rows to scan to look for the columns available in a table.
TimeoutThe value in seconds until the timeout error is thrown, canceling the operation.
UserDefinedViewsA filepath pointing to the JSON configuration file containing your custom views.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839