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

    Interface SharingSmbTimeMachineOptInput2

    interface SharingSmbTimeMachineOptInput2 {
        auto_dataset_creation?: boolean;
        auto_snapshot?: boolean;
        dataset_naming_schema?: string | null;
        purpose: "TIMEMACHINE_SHARE";
        timemachine_quota?: number;
        vuid?: string | null;
    }
    Index
    auto_dataset_creation?: boolean
    auto_snapshot?: boolean
    dataset_naming_schema?: string | null
    purpose: "TIMEMACHINE_SHARE"
    timemachine_quota?: number
    vuid?: string | null