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

    Interface PeriodicSnapshotTaskEntryInput

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