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
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET