host |
string
|
the host we are connected to |
port |
number
|
the port we are connected to |
namespace |
string
|
the namespace we are connected to |
sharedmemory |
boolean
|
true if shared memory is used for communication. This value should be equal to the return value of
isUsingSharedMemory. By default it is set to true. |
logfile |
string
|
the path of the file used for the communication logging if logging is enabled.If it starts with "+" any existing file with the same name gets truncated.
If it starts with "-" the logging is skipped. Default value is "-". |
protocolVersion |
number
|
the version of the protocol used for the communication |
compactDouble |
boolean
|
true if the server can interpret compressed double values |
serverLocale |
string
|
the locale of the server we are connected to. The value depends
on the supported by the IRIS server locales and follow the Node.js locale name convensions described
in the util.TextDecoder class. |
timeout |
number
|
the timeout of the connection (seconds), used during connection establishment. By default timeout is set to 10. |