StrictlyUseBoltScheme
Default Value | Data Type | Required |
---|---|---|
false |
Boolean |
No |
Description
This property specifies whether the connector uses the bolt://
scheme for connection.
true
: The connector only attempts to connect using thebolt://
scheme.false
: The connector attempts to connect using theneo4j://
scheme. If the connection fails, the connector then attempts to connect using thebolt://
scheme.
We recommend that you use the bolt://
scheme to connect to a standalone endpoint, and the neo4j://
scheme to connect to a clustered endpoint.
The following table describes how the connector behaves in each scenario.
StrictlyUseBoltScheme Value | Server Version | Behavior |
---|---|---|
false (default) |
4.x |
|