* 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).
()
| 110 | * different deployment (on-prem). |
| 111 | */ |
| 112 | isDbaas() { |
| 113 | return this._isDbaas; |
| 114 | } |
| 115 | |
| 116 | /** |
| 117 | * Sets the product type as DBaaS. |
no outgoing calls
no test coverage detected