MongoDbClusterInfoResponse

data class MongoDbClusterInfoResponse(val databases: List<MongoDbDatabaseInfoResponse>, val supportsSharding: Boolean, val type: String, val version: String)

Describes a MongoDB data source

Constructors

Link copied to clipboard
constructor(databases: List<MongoDbDatabaseInfoResponse>, supportsSharding: Boolean, type: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of non-system databases in the cluster

Link copied to clipboard

Whether the cluster supports sharded collections

Link copied to clipboard

The type of data source

Link copied to clipboard

The version of the data source in the form x.y.z (e.g. 3.6.7). Not used if Type is BlobContainer.