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 | The port to use when connecting to the Neo4j server. By default, this is set to 7474, which is the default of the HTTP API. When connecting to a local query API, the default port will be the same (7474). For Neo4j Aura connections, this property should be set to 443. |
| API | The API to connect to in your Neo4j instance. Supports connections to 'Query' or 'HTTP' API. |
| Database | The default database queried for your Neo4j instance. |