Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MongoDbClusterInfo

Package version

Describes a MongoDB data source

Hierarchy

  • MongoDbClusterInfo

Index

Properties

databases

databases: MongoDbDatabaseInfo[]

A list of non-system databases in the cluster

supportsSharding

supportsSharding: boolean

Whether the cluster supports sharded collections

type

The type of data source. Possible values include: 'BlobContainer', 'CosmosDb', 'MongoDb'

version

version: string

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

Generated using TypeDoc