Schema for information about a database partition.

Constructors

Properties

dbName: string

The name of the database.

docCount: number

A count of the documents in the specified database partition.

docDelCount: number

Number of deleted documents.

partition: string

The name of the partition in the database.

partitionedIndexes?: PartitionInformationIndexes

Schema for information about the partition index count and limit in a database.

The size of active and external data, in bytes.

Methods