new Configuration()
Defines a set of configuration values used to connect to an Oracle NoSQL Database, this is just the constructor with
no parameters, once this object is created feel free to change any parameter.
Properties:
| Name | Type | Description |
|---|---|---|
defaultConsistency |
Consistency | indicates the consistency used by default |
defaultDurability |
Durability | indicates the durability used by default |
connectionAttempts |
Number | the number of attempts to do when trying to connect to a server |
proxyConfiguration |
Proxy.ProxyConfiguration | the proxy configuration to connect to a server |
- Source: