你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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. |