Skip to main content
Module

x/neo4j_driver_lite/mod.ts>ServerInfo

Neo4j Bolt driver for JavaScript
Go to Latest
class ServerInfo
Re-export
import { ServerInfo } from "https://deno.land/x/neo4j_driver_lite@5.14.0-alpha01/mod.ts";

Class for exposing server info from a result.

Constructors

new
ServerInfo(serverMeta?: any, protocolVersion?: number)

Create a ServerInfo instance

Properties

optional
address: string
optional
agent: string
optional
protocolVersion: number