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

    Interface ZFSResourceSnapshotQuery

    interface ZFSResourceSnapshotQuery {
        get_holds?: boolean;
        get_source?: boolean;
        get_user_properties?: boolean;
        max_txg?: number;
        min_txg?: number;
        paths?: string[];
        properties?: string[] | null;
        recursive?: boolean;
    }
    Index
    get_holds?: boolean
    get_source?: boolean
    get_user_properties?: boolean
    max_txg?: number
    min_txg?: number
    paths?: string[]
    properties?: string[] | null
    recursive?: boolean