MCPcopy Create free account
hub / github.com/apache/cassandra-nodejs-driver / isDbaas

Method isDbaas

lib/metadata/index.js:112–114  ·  view source on GitHub ↗

* Determines whether the cluster is provided as a service. * @returns {boolean} true when the cluster is provided as a service (DataStax Astra), false when it's a * different deployment (on-prem).

()

Source from the content-addressed store, hash-verified

110 * different deployment (on-prem).
111 */
112 isDbaas() {
113 return this._isDbaas;
114 }
115
116 /**
117 * Sets the product type as DBaaS.

Callers 3

setMetadataDependentFunction · 0.80
metadata-tests.jsFile · 0.80
cloud-tests.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected