Bagikan melalui


MongoDBDatabaseInfo Class

Definition

Describes a database within a MongoDB data source.

public class MongoDBDatabaseInfo : Azure.ResourceManager.DataMigration.Models.MongoDBObjectInfo
type MongoDBDatabaseInfo = class
    inherit MongoDBObjectInfo
Public Class MongoDBDatabaseInfo
Inherits MongoDBObjectInfo
Inheritance
MongoDBDatabaseInfo

Properties

AverageDocumentSize

The average document size, or -1 if the average size is unknown.

(Inherited from MongoDBObjectInfo)
Collections

A list of supported collections in a MongoDB database.

DataSize

The estimated total data size, in bytes, or -1 if the size is unknown.

(Inherited from MongoDBObjectInfo)
DocumentCount

The estimated total number of documents, or -1 if the document count is unknown.

(Inherited from MongoDBObjectInfo)
Name

The unqualified name of the database or collection.

(Inherited from MongoDBObjectInfo)
QualifiedName

The qualified name of the database or collection. For a collection, this is the database-qualified name.

(Inherited from MongoDBObjectInfo)
SupportsSharding

Whether the database has sharding enabled. Note that the migration task will enable sharding on the target if necessary.

Applies to