MongoDBClusterInfo Class

Definition

Describes a MongoDB data source.

public class MongoDBClusterInfo
type MongoDBClusterInfo = class
Public Class MongoDBClusterInfo
Inheritance
MongoDBClusterInfo

Properties

ClusterType

The type of data source.

Databases

A list of non-system databases in the cluster.

SupportsSharding

Whether the cluster supports sharded collections.

Version

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

Applies to