interface ZpoolCreateOptions {
    autoexpand?: string;
    autoreplace?: string;
    autotrim?: string;
    compression?: string;
    dedup?: string;
    forceCreate?: boolean;
    recordsize?: number;
    refreservationPercent?: number;
    sectorsize?: number;
}

Properties

autoexpand?: string
autoreplace?: string
autotrim?: string
compression?: string
dedup?: string
forceCreate?: boolean
recordsize?: number
refreservationPercent?: number
sectorsize?: number