struct Neo4j::Config

Defined in:

neo4j/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def authentication : String? #

[View source]
def authentication=(authentication : Nil | String) #

[View source]
def cypher_path : String? #

[View source]
def cypher_path=(cypher_path : Nil | String) #

[View source]
def directory : String? #

[View source]
def directory=(directory : Nil | String) #

[View source]
def gremlin_path : String? #

[View source]
def gremlin_path=(gremlin_path : Nil | String) #

[View source]
def http_receive_timeout : Int32? #

[View source]
def http_receive_timeout=(http_receive_timeout : Int32 | Nil) #

[View source]
def http_send_timeout : Int32? #

[View source]
def http_send_timeout=(http_send_timeout : Int32 | Nil) #

[View source]
def log_enabled : Bool? #

[View source]
def log_enabled=(log_enabled : Bool | Nil) #

[View source]
def log_file : String? #

[View source]
def log_file=(log_file : Nil | String) #

[View source]
def logger : String? #

[View source]
def logger=(logger : Nil | String) #

[View source]
def max_execution_time : Int32? #

[View source]
def max_execution_time=(max_execution_time : Int32 | Nil) #

[View source]
def max_threads : Int32? #

[View source]
def max_threads=(max_threads : Int32 | Nil) #

[View source]
def parser : JsonParser.class? #

[View source]
def parser=(parser : ::JsonParser.class | Nil) #

[View source]
def password : String? #

[View source]
def password=(password : Nil | String) #

[View source]
def persistent : Bool? #

[View source]
def persistent=(persistent : Bool | Nil) #

[View source]
def port : Int32? #

[View source]
def port=(port : Int32 | Nil) #

[View source]
def protocol : String? #

[View source]
def protocol=(protocol : Nil | String) #

[View source]
def proxy : String? #

[View source]
def proxy=(proxy : Nil | String) #

[View source]
def server : String? #

[View source]
def server=(server : Nil | String) #

[View source]
def slow_log_threshold : Int32? #

[View source]
def slow_log_threshold=(slow_log_threshold : Int32 | Nil) #

[View source]
def to_hash #

[View source]
def username : String? #

[View source]
def username=(username : Nil | String) #

[View source]