Table of Contents

Property MaxConnectionLifetime

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

MaxConnectionLifetime

The maximum connection lifetime on pooled connections. A connection that has been created for longer than the given time will be closed once it is seen. Use InfiniteInterval to disable connection lifetime checking.

public TimeSpan MaxConnectionLifetime { get; }

Property Value

TimeSpan