MongoDbClusterInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a MongoDB data source
public class MongoDbClusterInfo
type MongoDbClusterInfo = class
Public Class MongoDbClusterInfo
- Inheritance
-
MongoDbClusterInfo
Constructors
MongoDbClusterInfo() |
Initializes a new instance of the MongoDbClusterInfo class. |
MongoDbClusterInfo(IList<MongoDbDatabaseInfo>, Boolean, String, String) |
Initializes a new instance of the MongoDbClusterInfo class. |
Properties
Databases |
Gets or sets a list of non-system databases in the cluster |
SupportsSharding |
Gets or sets whether the cluster supports sharded collections |
Type |
Gets or sets the type of data source Possible values include: 'BlobContainer', 'CosmosDb', 'MongoDb' |
Version |
Gets or sets the version of the data source in the form x.y.z (e.g. 3.6.7). Not used if Type is BlobContainer. |
Methods
Validate() |
Validate the object. |