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. Possible values include: 'BlobContainer', 'CosmosDb', 'MongoDb'

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. Possible values include: 'BlobContainer', 'CosmosDb', 'MongoDb'

type: MongoDbClusterType

Property Value

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