The size of active and external data, in bytes.

interface PartitionInformationSizes {
    active?: number;
    external?: number;
}

Properties

Properties

active?: number

The size of live data inside the database, in bytes.

external?: number

The uncompressed size of database contents in bytes.

Generated using TypeDoc