Share via


MongoDBObjectInfo Class

Definition

Describes a database or collection within a MongoDB data source.

public class MongoDBObjectInfo
type MongoDBObjectInfo = class
Public Class MongoDBObjectInfo
Inheritance
MongoDBObjectInfo
Derived

Properties

AverageDocumentSize

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

DataSize

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

DocumentCount

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

Name

The unqualified name of the database or collection.

QualifiedName

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

Applies to