Skip to content

Adds CustomHeaders to the Query

Compare
Choose a tag to compare
@cskardon cskardon released this 22 Jan 08:43
· 212 commits to master since this release

Allows a user to specify CustomHeaders to a query to enable you to further control the queries being sent.

client.Cypher.CustomHeaders(new NameValueCollection {{"key", "value"}})

Also includes the MaxExecutionTime property to allow a user to define the execution time on a per query basis (in milliseconds):

client.Cypher.MaxExecutionTime(1000)