Skip to content

Minima.js API


Minima.js API / @minimajs/disk / plugins / PartitionByHash

Interface: PartitionByHash

Properties

by

ts
by: "hash";

charsPerLevel?

ts
optional charsPerLevel: number;

Characters per level — only used when by: 'hash'

Default

ts
2

levels?

ts
optional levels: number;

Number of prefix levels — only used when by: 'hash'

Default

ts
2