API Parameter (Connect-Neo4j Cmdlet)
The API to connect to in your Neo4j instance. Supports connections to either the 'Query' or 'HTTP' API.
Syntax
Connect-Neo4j -API string
Possible Values
HTTP, QueryData Type
cstr
Default Value
"Query"
Remarks
- Query is the default and only works for versions (>= 5.19).
- If using a self-hosted version < 5.25, users should check that Query is actually enabled (source: Neo4j).
- HTTP is an older API, and is only recommended for versions (< 5.19).
- Users connecting to Neo4j AuraDB must use Query API.