Type alias CompactOptions

CompactOptions: {
    changeLevel?: boolean;
    compactBottomMostLevel?: boolean;
}

Options for compacting all databases on the server.

Type declaration

  • Optional changeLevel?: boolean

    Whether compacted data should be moved to the minimum possible level.

    Default: false.

  • Optional compactBottomMostLevel?: boolean

    Whether to compact the bottom-most level of data.

    Default: false.