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

    Interface PoolSnapshotTaskUpdate

    interface PoolSnapshotTaskUpdate {
        allow_empty?: boolean;
        dataset?: string;
        enabled?: boolean;
        exclude?: string[];
        fixate_removal_date?: boolean;
        lifetime_unit?: "HOUR" | "DAY" | "WEEK" | "MONTH" | "YEAR";
        lifetime_value?: number;
        naming_schema?: string;
        recursive?: boolean;
        schedule?: v25_10_0.PoolSnapshotTaskCron;
    }
    Index
    allow_empty?: boolean
    dataset?: string
    enabled?: boolean
    exclude?: string[]
    fixate_removal_date?: boolean
    lifetime_unit?: "HOUR" | "DAY" | "WEEK" | "MONTH" | "YEAR"
    lifetime_value?: number
    naming_schema?: string
    recursive?: boolean