MongoDbClusterInfo Constructors
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.
Overloads
MongoDbClusterInfo() |
Initializes a new instance of the MongoDbClusterInfo class. |
MongoDbClusterInfo(IList<MongoDbDatabaseInfo>, Boolean, String, String) |
Initializes a new instance of the MongoDbClusterInfo class. |
MongoDbClusterInfo()
Initializes a new instance of the MongoDbClusterInfo class.
public MongoDbClusterInfo ();
Public Sub New ()
Applies to
MongoDbClusterInfo(IList<MongoDbDatabaseInfo>, Boolean, String, String)
Initializes a new instance of the MongoDbClusterInfo class.
public MongoDbClusterInfo (System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.MongoDbDatabaseInfo> databases, bool supportsSharding, string type, string version);
new Microsoft.Azure.Management.DataMigration.Models.MongoDbClusterInfo : System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.MongoDbDatabaseInfo> * bool * string * string -> Microsoft.Azure.Management.DataMigration.Models.MongoDbClusterInfo
Public Sub New (databases As IList(Of MongoDbDatabaseInfo), supportsSharding As Boolean, type As String, version As String)
Parameters
- databases
- IList<MongoDbDatabaseInfo>
A list of non-system databases in the cluster
- supportsSharding
- Boolean
Whether the cluster supports sharded collections
- type
- String
The type of data source Possible values include: 'BlobContainer', 'CosmosDb', 'MongoDb'
- version
- String
The version of the data source in the form x.y.z (e.g. 3.6.7). Not used if Type is BlobContainer.