Oracle NoSQL Cloud Service. Authorization is managed by IAM.
Cloud Simulator, no authorization used.
Connecting an Application to Oracle NoSQL Database Cloud Service
On Premise Oracle NoSQL Database. This includes both secure and non-secure stores. For secure store, authentication information must be provided in kvstore as KVStoreAuthConfig. For non-secure store, it is enough to specify serviceType to be KVSTORE without having kvstore property.
Generated using TypeDoc
Service type is specified in the initial configuration used to create NoSQLClient instance and indicates what kind of service the driver will be using. Currently supported values are CLOUDSIM, CLOUD and KVSTORE. In addition to ServiceType enumeration, these values may be specified as strings "CLOUDSIM", "CLOUD" or "KVSTORE", case-insensitive. This is useful if using JSON configuration file. If ServiceType is not present in the initial configuration, the driver will try to deduce service type from the information provided in authorization property auth (see AuthConfig) in the following way:
See