Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MongoDbDatabaseInfo

Package version

Describes a database within a MongoDB data source

Hierarchy

Index

Properties

averageDocumentSize

averageDocumentSize: number

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

collections

collections: MongoDbCollectionInfo[]

A list of supported collections in a MongoDB database

dataSize

dataSize: number

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

documentCount

documentCount: number

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

name

name: string

The unqualified name of the database or collection

qualifiedName

qualifiedName: string

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

supportsSharding

supportsSharding: boolean

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

Generated using TypeDoc