Table of Contents

Property Bookmarks

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

Bookmarks

The initial bookmarks to be used by the constructed session. The first transaction (either auto-commit or explicit) will ensure that the executing server is at least up to date to the point identified by the latest of the provided initial bookmarks. The bookmarks can be obtained from LastBookmarks (and corresponding properties in other types of sessions, i.e. IRxSession or ISession.

public IEnumerable<Bookmarks> Bookmarks { get; }

Property Value

IEnumerable<Bookmarks>