@truenas/api-client
    Preparing search index...

    Interface PoolScrubCreate

    interface PoolScrubCreate {
        enabled?: boolean;
        pool: number;
        schedule?: v25_10_0.PoolScrubCron;
        threshold?: number;
    }
    Index
    enabled?: boolean
    pool: number
    threshold?: number