Connection
This section provides a complete list of the Connection properties you can configure in the connection string for this provider.
| Property | Description |
| Server | The server hosting the Neo4j instance. You may optionally prepend a protocol prefix to the server address or name you specify, like https://127.0.0.1 . |
| Port | Specifies the port used for connecting to the Neo4j server. |
| API | The API to connect to in your Neo4j instance. Supports connections to either the 'Query' or 'HTTP' API. |
| Database | Specifies the Neo4j database to run queries against. |