Table of Contents

Class QueryConfig

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

Configuration for running queries using the simplified api.

public class QueryConfig
Inheritance
QueryConfig
Derived
Inherited Members
Extension Methods

Constructors

QueryConfig(RoutingControl, string, string, IBookmarkManager, bool, TransactionConfig, IAuthToken)

Construct new instance for configuration for running queries using the simplified API.

Properties

AuthToken

Auth token to use for the session executing the query.

BookmarkManager

IBookmarkManager to provide bookmarks for query execution, and receive resulting bookmarks.
Can be disabled by setting EnableBookmarkManager to false.

Database

Database to execute the query against.

EnableBookmarkManager

Enables or disables the use of an IBookmarkManager for causal chaining.

ImpersonatedUser

User to impersonate while executing a query.

Routing

Members of the cluster the query can be processed by.

TransactionConfig

Config for the transaction that will be used to execute the query.