MongoDbClusterInfo interface

Describes a MongoDB data source

Properties

databases

A list of non-system databases in the cluster

supportsSharding

Whether the cluster supports sharded collections

type

The type of data source

version

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

Property Details

databases

A list of non-system databases in the cluster

databases: MongoDbDatabaseInfo[]

Property Value

supportsSharding

Whether the cluster supports sharded collections

supportsSharding: boolean

Property Value

boolean

type

The type of data source

type: string

Property Value

string

version

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

version: string

Property Value

string