MongoDbClusterInfo interface
Describes a MongoDB data source
Properties
databases | A list of non-system databases in the cluster |
supports |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript