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

    Interface PoolSnapshotTaskCreate

    interface PoolSnapshotTaskCreate {
        allow_empty?: boolean;
        dataset: string;
        enabled?: boolean;
        exclude?: string[];
        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[]
    lifetime_unit?: "HOUR" | "DAY" | "WEEK" | "MONTH" | "YEAR"
    lifetime_value?: number
    naming_schema?: string
    recursive?: boolean