MongoDBObjectInfo 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 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
Azure SDK for .NET