Readonly Parameter (Connect-Neo4j Cmdlet)
Toggles read-only access to Neo4j from the provider.
Syntax
Connect-Neo4j -Readonly SwitchParameter
Data Type
bool
Default Value
false
Remarks
When set to True, the cmdlet allows only SELECT queries. Attempting an INSERT, UPDATE, DELETE, or stored procedure query fails with an error message.